--- a/sources/network/udpsocket.h Thu Dec 11 06:13:32 2014 +0200 +++ b/sources/network/udpsocket.h Thu Dec 11 07:18:11 2014 +0200 @@ -21,7 +21,7 @@ METHOD bind (unsigned short port) -> bool; METHOD read (Datagram& datagram) -> bool; - METHOD send (const Bytestream& data, const IPAddress& addr) -> bool; + METHOD send (const IPAddress& address, const Bytestream& data) -> bool; METHOD set_blocking (bool a) -> bool; private: