]> git.tdb.fi Git - libs/net.git/blobdiff - source/receiver.h
Add an overload for resolve that takes host and service separately
[libs/net.git] / source / receiver.h
index 33917cda6c538644bfbc88e7af2dbc6a9fb1294f..19e69e0d4c5926ceaa9c23ec518731fdcc82fcf3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2009  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_RECEIVER_H_
 #define MSP_NET_RECEIVER_H_
 
@@ -25,7 +18,7 @@ class PacketReceiver: public virtual ReceiverBase
 protected:
        PacketReceiver() { }
 public:
-       virtual void receive(const P &) =0;
+       virtual void receive(const P &) = 0;
 };
 
 } // namespace Net