diff options
Diffstat (limited to 'linden/indra/llmessage/llhost.cpp')
-rw-r--r-- | linden/indra/llmessage/llhost.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/linden/indra/llmessage/llhost.cpp b/linden/indra/llmessage/llhost.cpp index 50ef301..d57d52d 100644 --- a/linden/indra/llmessage/llhost.cpp +++ b/linden/indra/llmessage/llhost.cpp | |||
@@ -230,9 +230,9 @@ std::ostream& operator<< (std::ostream& os, const LLHost &hh) | |||
230 | } | 230 | } |
231 | 231 | ||
232 | 232 | ||
233 | std::istream& operator>> (std::istream& is, LLHost &rh) | 233 | //std::istream& operator>> (std::istream& is, LLHost &rh) |
234 | { | 234 | //{ |
235 | is >> rh.mIP; | 235 | // is >> rh.mIP; |
236 | is >> rh.mPort; | 236 | // is >> rh.mPort; |
237 | return is; | 237 | // return is; |
238 | } | 238 | //} |