fw4spl
Bundles/ctrl/ctrlSelection/include/ctrlSelection/Namespace.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_NAMESPACE_HPP__
8 #define __CTRLSELECTION_NAMESPACE_HPP__
9 
15 namespace ctrlSelection
16 {
17 
23 namespace manager
24 {
25 
26 }
27 
33 namespace updater
34 {
35 
36 }
37 
43 namespace wrapper
44 {
45 
46 }
47 }
48 #endif /* __CTRLSELECTION_NAMESPACE_HPP__ */
The namespace ctrlSelection contains several interfaces for manager, updater and wrapper.
Definition: BookmarkSrv.hpp:15