Commit 8b22c913 authored by Davis King's avatar Davis King

Removed more cruft

parent 992c254e
...@@ -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
{ {
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment