fw4spl
Bundles/ctrl/ctrlSelection/src/ctrlSelection/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 "ctrlSelection/Plugin.hpp"
12 
13 namespace ctrlSelection
14 {
15 
16 //-----------------------------------------------------------------------------
17 
18 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar("::ctrlSelection::Plugin");
19 
20 //-----------------------------------------------------------------------------
21 
22 Plugin::~Plugin() noexcept
23 {
24 }
25 
26 //-----------------------------------------------------------------------------
27 
29 {
31 }
32 
33 //-----------------------------------------------------------------------------
34 
35 void Plugin::stop() noexcept
36 {
37 }
38 
39 //-----------------------------------------------------------------------------
40 
41 } // namespace uiIO
#define SLM_TRACE_FUNC()
Trace contextual function signature.
Definition: spyLog.hpp:329
void start()
This method is used by runtime to initialize the bundle.
The namespace ctrlSelection contains several interfaces for manager, updater and wrapper.
Definition: BookmarkSrv.hpp:15
This file defines SpyLog macros. These macros are used to log messages to a file or to the console du...
void stop() noexcept
This method is used by runtime to stop the bundle.