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.cpp | |
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.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 | //} |