• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

PacketOutputWindowLogger.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 #include "NativeFeatureIncludes.h"
00009 #if _RAKNET_SUPPORT_PacketLogger==1
00010 
00011 #ifndef __PACKET_OUTPUT_WINDOW_LOGGER_H_
00012 #define __PACKET_OUTPUT_WINDOW_LOGGER_H_
00013 
00014 #include "PacketLogger.h"
00015 
00018 class RAK_DLL_EXPORT  PacketOutputWindowLogger : public PacketLogger
00019 {
00020 public:
00021         PacketOutputWindowLogger();
00022         virtual ~PacketOutputWindowLogger();
00023         virtual void WriteLog(const char *str);
00024 protected:
00025 };
00026 
00027 #endif
00028 
00029 #endif // _RAKNET_SUPPORT_*

Generated on Thu Sep 30 2010 01:27:26 for RakNet by  doxygen 1.7.1