diff options
author | Jacek Antonelli | 2008-08-15 23:45:02 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:02 -0500 |
commit | d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd (patch) | |
tree | 7ed0c2c27d717801238a2e6b5749cd5bf88c3059 /linden/indra/llmessage/llhost.h | |
parent | Second Life viewer sources 1.17.3.0 (diff) | |
download | meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.zip meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.gz meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.bz2 meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.xz |
Second Life viewer sources 1.18.0.6
Diffstat (limited to 'linden/indra/llmessage/llhost.h')
-rw-r--r-- | linden/indra/llmessage/llhost.h | 6 |
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); |