![]() |
UdpTestSocket.hGo to the documentation of this file.00001 #ifndef _UDPTESTSOCKET_H 00002 #define _UDPTESTSOCKET_H 00003 00004 #include <UdpSocket.h> 00005 00006 00007 class UdpTestSocket : public UdpSocket 00008 { 00009 public: 00010 UdpTestSocket(ISocketHandler&); 00011 00012 void OnRawData(const char *,size_t,struct sockaddr *,socklen_t); 00013 }; 00014 00015 00016 #endif // _UDPTESTSOCKET_H |