removed bdr from published classes

This commit is contained in:
Zachary Pavlov 2006-11-08 02:35:06 +00:00
parent 576818d5db
commit 3d7386bb80
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#ifndef __BUFFEREDREADER_GM_H__
#ifndef __BUFFEREDREADER_GM_H__
#define __BUFFEREDREADER_GM_H__
#include "ringbuffer.h"
@ -10,9 +10,9 @@ inline unsigned short GetUnsignedShort(char * in)
};
class EXPCL_PANDA Buffered_DatagramReader : protected RingBuffer
class Buffered_DatagramReader : protected RingBuffer
{
inline bool GetMessageFromBuffer(Datagram &inmsg);
xinline bool GetMessageFromBuffer(Datagram &inmsg);
public:
inline Buffered_DatagramReader(int in_size = 8192) ;
inline void ReSet(void);