diff options
author | bea@american.lindenlab.com <bea@american.lindenlab.com> | 2009-12-04 14:37:50 -0800 |
---|---|---|
committer | bea@american.lindenlab.com <bea@american.lindenlab.com> | 2009-12-04 14:37:50 -0800 |
commit | 13eeba25d8573d0bb9ec6d19e5949a676ff546a2 (patch) | |
tree | cab496a0029d2c4072b8e68f1f3fc0a58da136de /indra/llplugin/llpluginmessage.cpp | |
parent | dab659adea63c744aa72c27935f62cce91d8ab7a (diff) |
Fix some missing Doxygen comments
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() { |