X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fstreamlistensocket.h;h=8b96a98441a619ce90366320905bc9911996fca4;hp=3defb307c78a7f6786d69e85d48ce8d073e8d3ee;hb=a81c41acd873cda7f40bca634782230d9e57dc4f;hpb=c016a1ae2bc93a48074e4b8cafab70b9d2c9fc20 diff --git a/source/streamlistensocket.h b/source/streamlistensocket.h index 3defb30..8b96a98 100644 --- a/source/streamlistensocket.h +++ b/source/streamlistensocket.h @@ -11,9 +11,9 @@ class StreamSocket; class StreamListenSocket: public Socket { public: - StreamListenSocket(Family, int =0); + StreamListenSocket(Family, int = 0); int connect(const SockAddr &); - void listen(const SockAddr &, unsigned =4); + void listen(const SockAddr &, unsigned = 4); StreamSocket *accept(); private: bool listening;