aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llhost.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llhost.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhost.h b/linden/indra/llmessage/llhost.h
index 5b477e0..1d37639 100644
--- a/linden/indra/llmessage/llhost.h
+++ b/linden/indra/llmessage/llhost.h
@@ -103,7 +103,11 @@ public:
103 std::string getIPandPort() const; 103 std::string getIPandPort() const;
104 104
105 friend std::ostream& operator<< (std::ostream& os, const LLHost &hh); 105 friend std::ostream& operator<< (std::ostream& os, const LLHost &hh);
106 friend std::istream& operator>> (std::istream& is, LLHost &hh); 106
107 // This operator is not well defined. does it expect a
108 // "192.168.1.1:80" notation or "int int" format? Phoenix 2007-05-18
109 //friend std::istream& operator>> (std::istream& is, LLHost &hh);
110
107 friend bool operator==( const LLHost &lhs, const LLHost &rhs ); 111 friend bool operator==( const LLHost &lhs, const LLHost &rhs );
108 friend bool operator!=( const LLHost &lhs, const LLHost &rhs ); 112 friend bool operator!=( const LLHost &lhs, const LLHost &rhs );
109 friend bool operator<(const LLHost &lhs, const LLHost &rhs); 113 friend bool operator<(const LLHost &lhs, const LLHost &rhs);