fw4spl
IApplication.cpp
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 
8 #include "fwGui/IApplication.hpp"
9 
10 namespace fwGui
11 {
12 
13 const IApplication::FactoryRegistryKeyType IApplication::REGISTRY_KEY = "::fwGui::Application";
14 
15 //-----------------------------------------------------------------------------
16 
17 IApplication::IApplication() : m_confirm(false)
18 {
19 }
20 
21 //-----------------------------------------------------------------------------
22 
24 {
25 }
26 
27 //-----------------------------------------------------------------------------
28 
29 } // namespace fwGui
30 
31 
32 
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23
FWGUI_API IApplication()
Constructor. Do nothing.
virtual FWGUI_API ~IApplication()
Destructor. Do nothing.