]> git.tdb.fi Git - libs/net.git/blobdiff - source/streamsocket.h
Hide platform details of Socket behind pimpl
[libs/net.git] / source / streamsocket.h
index dcc5dbd63c7025751c771ea141c148a197080436..3ffe72aa164441f1510c383a7ca322dcdd29d4d3 100644 (file)
@@ -19,7 +19,7 @@ public:
 
 private:
        /// Used by StreamListenSocket to construct a new socket from accept.
-       StreamSocket(SocketHandle, const SockAddr &);
+       StreamSocket(const Private &, const SockAddr &);
 public:
        StreamSocket(Family, int = 0);