Main Page   Class Hierarchy   Compound List   File List   Compound Members  

keepaliveserver.h

00001 #ifndef KEEPALIVE_SERVER_H
00002 #define KEEPALIVE_SERVER_H
00003 
00004 #include "server.h"
00005 
00006 class AGS::World;
00007 
00008 class KeepaliveServer : public AGS::Server
00009 {
00010         public:
00011                 KeepaliveServer();
00012                 ~KeepaliveServer();
00013 
00014         private:
00015                 AGS::World *createWorld(int id);
00016 };
00017 
00018 #endif
00019 

Generated on Mon May 6 10:52:13 2002 for GGZ Advanced Game Server by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001