fw4spl
Samples/Tutorials/Tuto16MultithreadConsole/src/Tuto16MultithreadConsole/Plugin.cpp
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 #include "Tuto16MultithreadConsole/Plugin.hpp"
8 
9 #include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
10 
12 {
13 
14 //-----------------------------------------------------------------------------
15 
16 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar("::Tuto16MultithreadConsole::Plugin");
17 
18 //-----------------------------------------------------------------------------
19 
20 Plugin::~Plugin() noexcept
21 {
22 }
23 
24 //-----------------------------------------------------------------------------
25 
27 {
28 }
29 
30 //-----------------------------------------------------------------------------
31 
32 void Plugin::stop() noexcept
33 {
34 }
35 
36 //-----------------------------------------------------------------------------
37 
38 } // namespace Tuto16MultithreadConsole
TUTO16MULTITHREADCONSOLE_API void stop() noexcept
This method is used by runtime to stop the bundle.
TUTO16MULTITHREADCONSOLE_API void start()
This method is used by runtime to initialize the bundle.
The namespace Tuto16MultithreadConsole contains services to run the Tuto16MultithreadConsole example...