]> git.tdb.fi Git - libs/net.git/blobdiff - source/streamlistensocket.h
Style update: spaces around assignments
[libs/net.git] / source / streamlistensocket.h
index 054f2fbab5aea73c0056b002ee757bc533f77e5f..8b96a98441a619ce90366320905bc9911996fca4 100644 (file)
@@ -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;