summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/llhost.h')
-rw-r--r--indra/llmessage/llhost.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llmessage/llhost.h b/indra/llmessage/llhost.h
index e6f811ac08..a865ad616c 100644
--- a/indra/llmessage/llhost.h
+++ b/indra/llmessage/llhost.h
@@ -38,8 +38,6 @@
#include "net.h"
-#include "llstring.h"
-
const U32 INVALID_PORT = 0;
const U32 INVALID_HOST_IP_ADDRESS = 0x0;
@@ -102,7 +100,7 @@ public:
void getIPString(char* buffer, S32 length) const; // writes IP into buffer
std::string getIPString() const;
void getHostName(char *buf, S32 len) const;
- LLString getHostName() const;
+ std::string getHostName() const;
std::string getIPandPort() const;
friend std::ostream& operator<< (std::ostream& os, const LLHost &hh);