From 8196872e3b240ef93fc17dd3c05a7d97a8015d88 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 25 Aug 2006 21:20:07 +0000 Subject: Rearranged the network and socket code. Added status messages sent over the network using udp packets. --- lib/network.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/network.h') diff --git a/lib/network.h b/lib/network.h index dc7d614..eb545d4 100644 --- a/lib/network.h +++ b/lib/network.h @@ -29,6 +29,7 @@ #define __MIAVLIB_NETWORK_H__ #include "socket.h" + #include "package.h" #include "frame.h" #include "status.h" @@ -55,10 +56,6 @@ public: int sendFrame(Frame *frame); Frame *recvFrame(); - // Status message communication - int sendStatus(Status *status); - int recvStatus(Status *status); - private: Socket *s; -- cgit v1.2.3