diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-01 10:53:02 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-01 10:53:02 -0500 |
commit | 3f45d5472c603e9f034161b382ce42baa3a5b3c0 (patch) | |
tree | 82d846655f3051b65f2b8cbf9e75982df42b3d12 /indra/newview/llagent.h | |
parent | 235f77b8c6194d7e6ab55a73dda4a31d19948323 (diff) |
SH-3800 WIP - log some of sent appearance msg info as well as received
Diffstat (limited to 'indra/newview/llagent.h')
-rwxr-xr-x | indra/newview/llagent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 693c123851..306dc2d99c 100755 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -845,6 +845,7 @@ private: public: void sendMessage(); // Send message to this agent's region void sendReliableMessage(); + void dumpSentAppearance(const std::string& dump_prefix); void sendAgentSetAppearance(); void sendAgentDataUpdateRequest(); void sendAgentUserInfoRequest(); |