Skip to content
Snippets Groups Projects
Commit 58a1b619 authored by arnaud.charnoz@gmail.com's avatar arnaud.charnoz@gmail.com
Browse files

Move clearMessages() in Plugin::uninitialize

--HG--
branch : fw4spl_0.7.3
parent a1eb0124
Branches
Tags 7.3.3
No related merge requests found
......@@ -45,11 +45,6 @@ void Plugin::initialize() throw( ::fwRuntime::RuntimeException )
//-----------------------------------------------------------------------------
void Plugin::uninitialize() throw( ::fwRuntime::RuntimeException )
{}
//-----------------------------------------------------------------------------
void Plugin::stop() throw()
{
// Clear all messages
::fwServices::GlobalEventManager::getDefault()->clearMessages();
......@@ -69,4 +64,9 @@ void Plugin::stop() throw()
//-----------------------------------------------------------------------------
void Plugin::stop() throw()
{}
//-----------------------------------------------------------------------------
} // namespace servicesReg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment