mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-05 03:17:51 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user