Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
8e7133d6
Commit
8e7133d6
authored
Sep 05, 2013
by
Davis King
Browse files
Removed old and unneeded ::kernel_2a typedef references.
parent
82188a3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dlib/bridge/bridge.h
dlib/bridge/bridge.h
+2
-2
dlib/bsp/bsp.h
dlib/bsp/bsp.h
+1
-1
No files found.
dlib/bridge/bridge.h
View file @
8e7133d6
...
...
@@ -388,7 +388,7 @@ namespace dlib
{
if
(
receive_pipe
)
{
sockstreambuf
::
kernel_2a
buf
(
con
);
sockstreambuf
buf
(
con
);
std
::
istream
in
(
&
buf
);
typename
receive_pipe_type
::
type
item
;
// This isn't necessary but doing it avoids a warning about
...
...
@@ -466,7 +466,7 @@ namespace dlib
try
{
sockstreambuf
::
kernel_2a
buf
(
con
);
sockstreambuf
buf
(
con
);
std
::
ostream
out
(
&
buf
);
typename
transmit_pipe_type
::
type
item
;
// This isn't necessary but doing it avoids a warning about
...
...
dlib/bsp/bsp.h
View file @
8e7133d6
...
...
@@ -54,7 +54,7 @@ namespace dlib
}
scoped_ptr
<
connection
>
con
;
sockstreambuf
::
kernel_2a
buf
;
sockstreambuf
buf
;
std
::
iostream
stream
;
bool
terminated
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment