summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginmessage.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2009-12-07 13:46:30 -0800
committerrichard <none@none>2009-12-07 13:46:30 -0800
commita162a8de977de373b451b93b0ce3617cdbe59a39 (patch)
tree3ca00252d0a9518b2e655399f91765065e933261 /indra/llplugin/llpluginmessage.cpp
parent1d2a8e0f83ab85d0a907b66b55af12ea41891f65 (diff)
parent13c998c34ac2c1f134b4c6998413753f94e1a002 (diff)
merge
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()
{