fw4spl
Samples/Tutorials/Tuto16MultithreadConsole/include/Tuto16MultithreadConsole/Plugin.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 __TUTO16MULTITHREADCONSOLE_PLUGIN_HPP__
8 #define __TUTO16MULTITHREADCONSOLE_PLUGIN_HPP__
9 
10 #include "Tuto16MultithreadConsole/config.hpp"
11 
12 #include <fwRuntime/Plugin.hpp>
13 
15 {
16 
20 class TUTO16MULTITHREADCONSOLE_CLASS_API Plugin : public ::fwRuntime::Plugin
21 {
22 
23 public:
24 
26  TUTO16MULTITHREADCONSOLE_API ~Plugin() noexcept;
27 
29  TUTO16MULTITHREADCONSOLE_API void start();
30 
32  TUTO16MULTITHREADCONSOLE_API void stop() noexcept;
33 };
34 
35 } // namespace Tuto16MultithreadConsole
36 
37 #endif //__TUTO16MULTITHREADCONSOLE_PLUGIN_HPP__
Provides a default plugin implementation.
The namespace Tuto16MultithreadConsole contains services to run the Tuto16MultithreadConsole example...