diff options
Diffstat (limited to 'Stars45/NetAdminChat.h')
-rw-r--r-- | Stars45/NetAdminChat.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Stars45/NetAdminChat.h b/Stars45/NetAdminChat.h index 233f5f6..adc75f6 100644 --- a/Stars45/NetAdminChat.h +++ b/Stars45/NetAdminChat.h @@ -1,15 +1,15 @@ /* Project Starshatter 4.5
- Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Destroyer Studios LLC
+ Copyright © 1997-2004. All Rights Reserved.
- SUBSYSTEM: Stars.exe
- FILE: NetAdminChat.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: Stars.exe
+ FILE: NetAdminChat.h
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- HTTP Servlet Engine for Multiplayer Admin
+ OVERVIEW
+ ========
+ HTTP Servlet Engine for Multiplayer Admin
*/
@@ -23,11 +23,11 @@ class NetAdminChat : public NetAdminServlet
{
public:
- NetAdminChat();
- virtual ~NetAdminChat() { }
+ NetAdminChat();
+ virtual ~NetAdminChat() { }
- virtual bool DoGet(HttpRequest& request, HttpResponse& response);
- virtual Text GetContent();
+ virtual bool DoGet(HttpRequest& request, HttpResponse& response);
+ virtual Text GetContent();
};
#endif NetAdminChat_h
\ No newline at end of file |