X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstreamlistensocket.h;h=8b96a98441a619ce90366320905bc9911996fca4;hb=a81c41acd873cda7f40bca634782230d9e57dc4f;hp=054f2fbab5aea73c0056b002ee757bc533f77e5f;hpb=f59eded7c3e162bbdfc6db424c9badc730017698;p=libs%2Fnet.git diff --git a/source/streamlistensocket.h b/source/streamlistensocket.h index 054f2fb..8b96a98 100644 --- a/source/streamlistensocket.h +++ b/source/streamlistensocket.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspnet -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #ifndef MSP_NET_STREAMLISTENSOCKET_H_ #define MSP_NET_STREAMLISTENSOCKET_H_ @@ -18,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;