summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginmessage.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2009-12-07 17:57:40 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2009-12-07 17:57:40 -0500
commit6cd487d33bb85ee62e77ae408c0bea60f53a335b (patch)
treef360acf8e14e3c685d45f44d2cf188986bc4cb0c /indra/llplugin/llpluginmessage.cpp
parent209a660f08c9278166b94750cbb2c3e2a2ee15a9 (diff)
parente5eba40869cc1f99d847125a4836d496018ccad7 (diff)
merge
--HG-- branch : avatar-pipeline
Diffstat (limited to 'indra/llplugin/llpluginmessage.cpp')
-rw-r--r--indra/llplugin/llpluginmessage.cpp6
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()
{