fw4spl
BaseObject.cpp
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 #include "fwCore/BaseObject.hpp"
8 
9 namespace fwCore
10 {
11 
12 //-----------------------------------------------------------------------------
13 
14 BaseObject::~BaseObject()
15 {
16 }
17 
18 //-----------------------------------------------------------------------------
19 
20 } // namespace fwCore
This namespace fwCore provides common foundations for FW4SPL.
Definition: BaseObject.hpp:16