bug fix and composite

This commit is contained in:
Zachary Pavlov 2006-11-08 03:03:00 +00:00
parent 3d7386bb80
commit 82d1ecf8d7
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ inline unsigned short GetUnsignedShort(char * in)
class Buffered_DatagramReader : protected RingBuffer
{
xinline bool GetMessageFromBuffer(Datagram &inmsg);
inline bool GetMessageFromBuffer(Datagram &inmsg);
public:
inline Buffered_DatagramReader(int in_size = 8192) ;
inline void ReSet(void);

View File

@ -0,0 +1,3 @@
#include "socket_base.h"