Logo
~Sockets~
~Examples~
~Contact~


UdpTestSocket.h

Go 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
Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4