diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llmessage/llcircuit.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llcircuit.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llcircuit.h b/linden/indra/llmessage/llcircuit.h index 128b1bc..1a6611f 100644 --- a/linden/indra/llmessage/llcircuit.h +++ b/linden/indra/llmessage/llcircuit.h | |||
@@ -75,6 +75,7 @@ const S32 LL_MAX_ACKED_PACKETS_PER_FRAME = 200; | |||
75 | // | 75 | // |
76 | class LLMessageSystem; | 76 | class LLMessageSystem; |
77 | class LLEncodedDatagramService; | 77 | class LLEncodedDatagramService; |
78 | class LLSD; | ||
78 | 79 | ||
79 | // | 80 | // |
80 | // Classes | 81 | // Classes |
@@ -158,7 +159,7 @@ public: | |||
158 | // | 159 | // |
159 | void checkPeriodTime(); // Reset per-period counters if necessary. | 160 | void checkPeriodTime(); // Reset per-period counters if necessary. |
160 | friend std::ostream& operator<<(std::ostream& s, LLCircuitData &circuit); | 161 | friend std::ostream& operator<<(std::ostream& s, LLCircuitData &circuit); |
161 | const LLString getInfoString() const; | 162 | void getInfo(LLSD& info) const; |
162 | 163 | ||
163 | friend class LLCircuit; | 164 | friend class LLCircuit; |
164 | friend class LLMessageSystem; | 165 | friend class LLMessageSystem; |
@@ -304,7 +305,7 @@ public: | |||
304 | void sendAcks(); | 305 | void sendAcks(); |
305 | 306 | ||
306 | friend std::ostream& operator<<(std::ostream& s, LLCircuit &circuit); | 307 | friend std::ostream& operator<<(std::ostream& s, LLCircuit &circuit); |
307 | const LLString getInfoString() const; | 308 | void getInfo(LLSD& info) const; |
308 | 309 | ||
309 | void dumpResends(); | 310 | void dumpResends(); |
310 | 311 | ||