diff options
author | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
commit | 28d8d4e7664bcd6c8369cc18832e42096af7cad2 (patch) | |
tree | 069020fe66339aff2ca4176370ff743b14713f2d /linden/indra/llmessage/machine.h | |
parent | Second Life viewer sources 1.17.2.0 (diff) | |
download | meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.zip meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.gz meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.bz2 meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.xz |
Second Life viewer sources 1.17.3.0
Diffstat (limited to 'linden/indra/llmessage/machine.h')
-rw-r--r-- | linden/indra/llmessage/machine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/machine.h b/linden/indra/llmessage/machine.h index 490ddc5..b28e621 100644 --- a/linden/indra/llmessage/machine.h +++ b/linden/indra/llmessage/machine.h | |||
@@ -62,8 +62,8 @@ public: | |||
62 | 62 | ||
63 | // get functions | 63 | // get functions |
64 | EMachineType getMachineType() const { return mMachineType; } | 64 | EMachineType getMachineType() const { return mMachineType; } |
65 | const U32 getMachineIP() const { return mHost.getAddress(); } | 65 | U32 getMachineIP() const { return mHost.getAddress(); } |
66 | const S32 getMachinePort() const { return mHost.getPort(); } | 66 | S32 getMachinePort() const { return mHost.getPort(); } |
67 | const LLHost &getMachineHost() const { return mHost; } | 67 | const LLHost &getMachineHost() const { return mHost; } |
68 | // The control port is the listen port of the parent process that | 68 | // The control port is the listen port of the parent process that |
69 | // launched this machine. 0 means none or not known. | 69 | // launched this machine. 0 means none or not known. |