mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
Updates to new netplayer code to default the value to the hostname and not crash if the property is missing from glest.ini. Also added new property to configurator
This commit is contained in:
@@ -77,8 +77,8 @@ public:
|
||||
bool isWritable(bool waitOnDelayedResponse);
|
||||
bool isConnected();
|
||||
|
||||
string getHostName() const;
|
||||
string getIp() const;
|
||||
static string getHostName();
|
||||
static string getIp();
|
||||
|
||||
protected:
|
||||
static void throwException(const string &str);
|
||||
|
@@ -81,8 +81,8 @@ public:
|
||||
bool isWritable(bool waitOnDelayedResponse);
|
||||
bool isConnected();
|
||||
|
||||
string getHostName() const;
|
||||
string getIp() const;
|
||||
static string getHostName();
|
||||
static string getIp();
|
||||
|
||||
protected:
|
||||
static void throwException(const string &str);
|
||||
|
Reference in New Issue
Block a user