]> git.tdb.fi Git - libs/net.git/blobdiff - source/datagramsocket.h
Drop Id tags and copyright notices
[libs/net.git] / source / datagramsocket.h
index b97f0a625e75922186b502168ad560e18ce642d3..8c08a5d090b69190ef19f18a3970af762646ae6e 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_DATAGRAMSOCKET_H_
 #define MSP_NET_DATAGRAMSOCKET_H_
 
@@ -20,8 +13,6 @@ public:
        int connect(const SockAddr &);
        unsigned sendto(const char *, unsigned, const SockAddr &);
        unsigned recvfrom(char *, unsigned, SockAddr *&);
-private:
-       IO::PollEvent get_initial_events() const;
 };
 
 } // namespace Net