fw4spl
Bundles/io/ioData/include/ioData/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 __IODATA_PLUGIN_HPP__
8 #define __IODATA_PLUGIN_HPP__
9 
10 #include <fwRuntime/Plugin.hpp>
11 
12 namespace ioData
13 {
14 
15 struct Plugin : public ::fwRuntime::Plugin
16 {
20  ~Plugin() noexcept;
21 
28  void start();
29 
35  void stop() noexcept;
36 
37 };
38 
39 } // namespace ioData
40 
41 #endif //__IODATA_PLUGIN_HPP__
Provides a default plugin implementation.
void stop() noexcept
Stop method.
The namespace ioData contains reader and writer services for basic fwData::Object which doesn&#39;t need ...