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
8b22c913
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "fde9abcbbafcff70f8dcdecbe6a257a85e436b97"
Commit
8b22c913
authored
Nov 17, 2012
by
Davis King
Browse files
Removed more cruft
parent
992c254e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
dlib/server/server_iostream.h
dlib/server/server_iostream.h
+1
-2
No files found.
dlib/server/server_iostream.h
View file @
8b22c913
...
@@ -30,7 +30,6 @@ namespace dlib
...
@@ -30,7 +30,6 @@ namespace dlib
- m == the mutex that protects the members of this object
- m == the mutex that protects the members of this object
!*/
!*/
typedef
sockstreambuf
::
kernel_2a
ssbuf
;
typedef
map
<
uint64
,
connection
*
,
memory_manager
<
char
>::
kernel_2a
>::
kernel_1b
id_map
;
typedef
map
<
uint64
,
connection
*
,
memory_manager
<
char
>::
kernel_2a
>::
kernel_1b
id_map
;
public:
public:
...
@@ -78,7 +77,7 @@ namespace dlib
...
@@ -78,7 +77,7 @@ namespace dlib
uint64
this_con_id
;
uint64
this_con_id
;
try
try
{
{
s
s
buf
buf
(
&
con
);
s
ockstream
buf
buf
(
&
con
);
std
::
istream
in
(
&
buf
);
std
::
istream
in
(
&
buf
);
std
::
ostream
out
(
&
buf
);
std
::
ostream
out
(
&
buf
);
in
.
tie
(
&
out
);
in
.
tie
(
&
out
);
...
...
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