![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
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 00016 namespace RakNet 00017 { 00018 00021 class RAK_DLL_EXPORT PacketOutputWindowLogger : public PacketLogger 00022 { 00023 public: 00024 PacketOutputWindowLogger(); 00025 virtual ~PacketOutputWindowLogger(); 00026 virtual void WriteLog(const char *str); 00027 protected: 00028 }; 00029 00030 } // namespace RakNet 00031 00032 #endif 00033 00034 #endif // _RAKNET_SUPPORT_*
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.