diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-08 15:27:20 +0200 |
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-08 15:27:20 +0200 |
| commit | d87c492d721c448ce8676dc568731ae389df46f3 (patch) | |
| tree | 209c898da569532711fb6a981e548c3948caa279 /indra/llplugin/llpluginmessage.cpp | |
| parent | 75993e09bf90e8a9d380192268cd6e0e149a70e2 (diff) | |
| parent | 06429722acae74a856589ccf92d31c2e10b0832d (diff) | |
Merge from default branch.
--HG--
branch : product-engine
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() { |
