Socket: Move protocol into the socket body (as private base class) and allow non...
[senf.git] / Socket / ClientSocketHandle.hh
index 6150e28..93cd252 100644 (file)
@@ -429,8 +429,7 @@ namespace senf {
 
     protected:
         ClientSocketHandle(FileHandle other, bool isChecked);
-        explicit ClientSocketHandle(std::auto_ptr<SocketProtocol> protocol,
-                                    int fd = -1);
+        explicit ClientSocketHandle(std::auto_ptr<SocketBody> body);
 
     private:
         unsigned available();