Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

LobbyForm.h

Go to the documentation of this file.
00001 #ifndef _LOBBYFORM_H 00002 #define _LOBBYFORM_H 00003 00004 #include "BaseForm.h" 00005 00006 00007 class LobbyForm : public BaseForm 00008 { 00009 public: 00010 LobbyForm(SimpleWeb& ); 00011 ~LobbyForm(); 00012 00013 void Process(); // FormInput 00014 void Display( long ); // Form 00015 00016 private: 00017 00018 }; 00019 00020 00021 00022 00023 #endif // _LOBBYFORM_H

Generated for simple by doxygen 1.3.7