diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-07 13:48:39 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-07 13:48:39 -0500 |
commit | e5eba40869cc1f99d847125a4836d496018ccad7 (patch) | |
tree | 362eb9968fa778bfdd4a300b6a0b642818a973be /indra/llplugin/llpluginmessage.cpp | |
parent | 83fbe4a631ed04d620b0da2fe58b92d74764183f (diff) | |
parent | 3ddd6ad286c5cf24dbfd6b5e46fcb23f9ac25e19 (diff) |
automated merge viewer2.0->avp
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/llplugin/llpluginmessage.cpp')
-rw-r--r-- | indra/llplugin/llpluginmessage.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginmessage.cpp b/indra/llplugin/llpluginmessage.cpp index d06f3cefa0..f76d848a70 100644 --- a/indra/llplugin/llpluginmessage.cpp +++ b/indra/llplugin/llpluginmessage.cpp @@ -387,12 +387,18 @@ int LLPluginMessage::parse(const std::string &message) } +/** + * Destructor + */ LLPluginMessageListener::~LLPluginMessageListener() { // TODO: should listeners have a way to ensure they're removed from dispatcher lists when deleted? } +/** + * Destructor + */ LLPluginMessageDispatcher::~LLPluginMessageDispatcher() { |