fw4spl
IAppConfigManager.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 "fwServices/IAppConfigManager.hpp"
8 
9 #include "fwServices/AppConfigManager.hpp"
10 
11 namespace fwServices
12 {
13 
14 //------------------------------------------------------------------------------
15 
16 IAppConfigManager::sptr IAppConfigManager::New()
17 {
18  return ::fwServices::AppConfigManager::New();
19 }
20 
21 //------------------------------------------------------------------------------
22 
23 } // namespace fwServices
24 
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
static FWSERVICES_API std::shared_ptr< IAppConfigManager > New()