fw4spl
SrcLib/core/fwServices/include/fwServices/factory/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 __FWSERVICES_FACTORY_NAMESPACE_HPP__
8 #define __FWSERVICES_FACTORY_NAMESPACE_HPP__
9 
10 
11 namespace fwServices
12 {
13 
21 namespace factory
22 {
23 } // namespace factory
24 
25 } // namespace fwServices
26 
27 #endif /* __FWSERVICES_FACTORY_NAMESPACE_HPP__ */
28 
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
Contains fwAtomsFilter::factory utilities.