Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TerraplayDeviceInterface.h

Go to the documentation of this file.
00001 #ifndef NG_TERRAPLAYDEVICEINTERFACE_H
00002 #define NG_TERRAPLAYDEVICEINTERFACE_H
00003 
00004 #include "GEN_StdString.h"
00005 
00006 #include "NG_NetworkDeviceInterface.h"
00007 
00008 class TerraplayDeviceInterface          :       public NG_NetworkDeviceInterface 
00009 {
00010 public:
00011         TerraplayDeviceInterface();
00012         virtual ~TerraplayDeviceInterface();
00013 
00014         virtual GEN_String GetNetworkVersion();
00015         virtual void SendNetworkMessage(const NG_NetworkMessage& nwmsg);
00016         virtual  NG_NetworkMessage      RetrieveNetworkMessage();
00017 
00018 };
00019 
00020 #endif //NG_TERRAPLAYDEVICEINTERFACE_H

Generated at Thu Feb 1 13:03:12 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000