Main Page   Packages   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

Client.h

Go to the documentation of this file.
00001 /*
00002  * $Id: Client.h,v 1.4 2002/07/15 06:54:04 virtualcasino Exp $
00003  */
00004 #ifndef __CLIENT_H__
00005 #define __CLIENT_H__
00006 #include<clawsoft.h>
00007 using namespace clawsoft;
00008 
00009 class Client:public Thread, public Socket{
00010         protected:
00011         public:
00012                 Client() { }
00013                 Client(Socket *s);
00014                 void *run();
00015                 ~Client(){
00016                 }
00017 };
00018 #endif

Powered by:

SourceForge Logo