diff options
Diffstat (limited to 'indra/llmessage/message.h')
-rw-r--r-- | indra/llmessage/message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/message.h b/indra/llmessage/message.h index 48d950e377..3f9dfa08d6 100644 --- a/indra/llmessage/message.h +++ b/indra/llmessage/message.h @@ -421,6 +421,7 @@ public: void addStringFast( const char* varname, const std::string& s); // typed, checks storage space void addString( const char* varname, const std::string& s); // typed, checks storage space + TPACKETID getCurrentRecvPacketID() { return mCurrentRecvPacketID; } S32 getCurrentSendTotal() const { return mCurrentSendTotal; } // This method checks for current send total and returns true if |