fw4spl
Bundles/ctrl/ctrlSelection/include/ctrlSelection/Plugin.hpp
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 #ifndef __CTRLSELECTION_PLUGIN_HPP__
8 #define __CTRLSELECTION_PLUGIN_HPP__
9 
10 #include <fwRuntime/Plugin.hpp>
11 
12 namespace ctrlSelection
13 {
14 
16 {
17 
18 public:
19 
21  ~Plugin() noexcept;
22 
24  void start();
25 
27  void stop() noexcept;
28 
29 };
30 
31 } // namespace ctrlSelection
32 
33 #endif // __CTRLSELECTION_PLUGIN_HPP__
Provides a default plugin implementation.
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
void stop() noexcept
This method is used by runtime to stop the bundle.