fw4spl
Bundles/ctrl/ctrlMemory/src/ctrlMemory/Plugin.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include <fwCore/spyLog.hpp>
8 
9 #include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
10 
11 #include "ctrlMemory/Plugin.hpp"
12 
13 namespace ctrlMemory
14 {
15 
16 //-----------------------------------------------------------------------------
17 
18 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar("::ctrlMemory::Plugin");
19 
20 //-----------------------------------------------------------------------------
21 
22 Plugin::~Plugin() noexcept
23 {
24 }
25 
26 //-----------------------------------------------------------------------------
27 
29 {
30 }
31 
32 //-----------------------------------------------------------------------------
33 
34 void Plugin::stop() noexcept
35 {
36 }
37 
38 //-----------------------------------------------------------------------------
39 
40 } // namespace ctrlMemory
void stop() noexcept
This method is used by runtime to stop the bundle.
void start()
This method is used by runtime to initialize the bundle.
This file defines SpyLog macros. These macros are used to log messages to a file or to the console du...
The namespace ctrlMemory contains services to lock objects to prevent dump.
Definition: LockDumpSrv.hpp:15