mirror of https://github.com/davisking/dlib.git
Removed more cruft
This commit is contained in:
parent
992c254e8a
commit
8b22c9138f
|
@ -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
|
||||||
uint64 this_con_id;
|
uint64 this_con_id;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
ssbuf buf(&con);
|
sockstreambuf buf(&con);
|
||||||
std::istream in(&buf);
|
std::istream in(&buf);
|
||||||
std::ostream out(&buf);
|
std::ostream out(&buf);
|
||||||
in.tie(&out);
|
in.tie(&out);
|
||||||
|
|
Loading…
Reference in New Issue