fw4spl
Bundles/ui/console/include/console/Namespace.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 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 #ifndef __CONSOLE_NAMESPACE_HPP__
8 #define __CONSOLE_NAMESPACE_HPP__
9 
17 namespace console
18 {
19 
20 }
21 #endif /* __CONSOLE_NAMESPACE_HPP__ */
The namespace console contains no service. It is only used to launch a main loop for console applicat...