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

ServerSocket.h

00001 #ifndef __SERVERSOCKET_H_
00002 #define __SERVERSOCKET_H_
00003 
00009 #include <Socket.h>
00010 
00011 class ServerSocket
00012 {
00013  public:
00014   
00018   ServerSocket();
00019   virtual ~ServerSocket();
00020 
00027   virtual Socket *accept() = 0; 
00028   
00033   virtual bool ready() = 0;
00034 
00035 };
00036 
00037 #endif /*__SERVERSOCKET_H_*/

Generated on Wed Feb 18 13:45:55 2004 for strongroom by doxygen1.2.18