From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_net_broker_client_8h_source.html | 160 +++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 Doc/doxygen/html/_net_broker_client_8h_source.html (limited to 'Doc/doxygen/html/_net_broker_client_8h_source.html') diff --git a/Doc/doxygen/html/_net_broker_client_8h_source.html b/Doc/doxygen/html/_net_broker_client_8h_source.html new file mode 100644 index 0000000..1f07482 --- /dev/null +++ b/Doc/doxygen/html/_net_broker_client_8h_source.html @@ -0,0 +1,160 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/NetBrokerClient.h Source File + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
NetBrokerClient.h
+
+
+Go to the documentation of this file.
1 /* Project Starshatter 4.5
+
2  Destroyer Studios LLC
+
3  Copyright © 1997-2004. All Rights Reserved.
+
4 
+
5  SUBSYSTEM: Stars.exe
+
6  FILE: NetBrokerClient.h
+
7  AUTHOR: John DiCamillo
+
8 
+
9 
+
10  OVERVIEW
+
11  ========
+
12  Client for Starshatter.com GameNet Broker
+
13 */
+
14 
+
15 
+
16 #ifndef NetBrokerClient_h
+
17 #define NetBrokerClient_h
+
18 
+
19 #include "HttpClient.h"
+
20 #include "NetLobby.h"
+
21 
+
22 // +-------------------------------------------------------------------+
+
23 
+ +
25 {
+
26 public:
+
27  static void Enable() { broker_available = true; }
+
28  static void Disable() { broker_available = false; }
+
29 
+
30  static bool GameOn(const char* name,
+
31  const char* type,
+
32  const char* addr,
+
33  WORD port,
+
34  const char* password);
+
35  static bool GameList(const char* type, List<NetServerInfo>& server_list);
+
36 
+
37 protected:
+
38  static bool broker_available;
+
39  static bool broker_found;
+
40 };
+
41 
+
42 
+
43 #endif NetBrokerClient_h
+
+
+ + + + -- cgit v1.1