X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstreamsocket.h;h=66841de0217f6fd5fb20dc6064c745980241ba47;hb=a81c41acd873cda7f40bca634782230d9e57dc4f;hp=acec0eab4dd069cf9bbab2e81790f24386649da2;hpb=3103b110c863c19a56cc176a173cc30ddf13afec;p=libs%2Fnet.git diff --git a/source/streamsocket.h b/source/streamsocket.h index acec0ea..66841de 100644 --- a/source/streamsocket.h +++ b/source/streamsocket.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_STREAMSOCKET_H_ #define MSP_NET_STREAMSOCKET_H_ @@ -29,7 +22,7 @@ public: private: StreamSocket(SocketHandle, const SockAddr &); public: - StreamSocket(Family, int =0); + StreamSocket(Family, int = 0); bool is_connecting() const { return connecting; } int poll_connect(const Time::TimeDelta &);