From 13eeba25d8573d0bb9ec6d19e5949a676ff546a2 Mon Sep 17 00:00:00 2001 From: "bea@american.lindenlab.com" Date: Fri, 4 Dec 2009 14:37:50 -0800 Subject: Fix some missing Doxygen comments --- indra/llplugin/llpluginmessage.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indra/llplugin/llpluginmessage.cpp') 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() { -- cgit v1.2.3