16 #if !defined(_CISERVER_CLIENT_H_)
17 #define _CISERVER_CLIENT_H_
21 #endif // _MSC_VER > 1000
23 #pragma warning (disable : 4996) // Eliminate warnings about old C stdio routines.
41 #define MAX_CLIENT_COUNT 256
71 return m_portAddressMultiMap;
80 void setConnectionPortsAddresses(
const ConnectionsMultiMap &connectionsMultiMap);
89 return m_serverClientConnectionType;
98 m_serverClientConnectionType = connectionType;
149 bool save(std::ofstream &outf);
171 bool parseXML(
clXML& xmlDocument);
181 bool loadXMLNode(
std::string tag,
char *nodeString);
208 bool loadXMLNode(
std::string tag,
double *nodeBool);
218 void saveXML(
clXML* xmlDocument);
229 bool load(
char *filepath);
233 void clearContainers();
269 #endif // _CISERVER_CLIENT_H_