fw4spl
SrcLib/core/fwCommand/include/fwCommand/namespace.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2004-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 __FWCOMMAND_NAMESPACE_HPP__
8 #define __FWCOMMAND_NAMESPACE_HPP__
9 
14 namespace fwCommand
15 {
16 
17 } // namespace fwCommand
18 
19 #endif // __FWCOMMAND_NAMESPACE_HPP__
The namespace fwCommand contains classes describing and managing commands.
Definition: ICommand.hpp:15