diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-07 17:57:40 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-07 17:57:40 -0500 |
commit | 6cd487d33bb85ee62e77ae408c0bea60f53a335b (patch) | |
tree | f360acf8e14e3c685d45f44d2cf188986bc4cb0c /indra/llplugin/llpluginmessage.cpp | |
parent | 209a660f08c9278166b94750cbb2c3e2a2ee15a9 (diff) | |
parent | e5eba40869cc1f99d847125a4836d496018ccad7 (diff) |
merge
--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() { |