X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatagramsocket.h;h=8c08a5d090b69190ef19f18a3970af762646ae6e;hb=2aab4004e71a2e5c773289e0be5e58aec6a8d339;hp=b97f0a625e75922186b502168ad560e18ce642d3;hpb=f59eded7c3e162bbdfc6db424c9badc730017698;p=libs%2Fnet.git diff --git a/source/datagramsocket.h b/source/datagramsocket.h index b97f0a6..8c08a5d 100644 --- a/source/datagramsocket.h +++ b/source/datagramsocket.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_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