added command line option to choose the screen name. also now

using the hostname as the default name.  this is on both client
and server.
This commit is contained in:
crs
2002-06-09 17:59:32 +00:00
parent c357180530
commit 7ca4804667
4 changed files with 55 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ class CHTTPServer;
class CServer {
public:
CServer();
CServer(const CString& serverName);
~CServer();
// manipulators
@@ -220,6 +220,8 @@ private:
CMutex m_mutex;
CString m_name;
double m_bindTimeout;
ISocketFactory* m_socketFactory;