fw4spl
SrcLib/core/fwTools/src/fwTools/Object.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 "fwTools/Object.hpp"
8 
9 #include "fwTools/UUID.hpp"
10 
11 namespace fwTools
12 {
13 
14 //------------------------------------------------------------------------------
15 
16 Object::Object() :
17  m_uuid( ::fwTools::UUID::New() )
18 {
19 }
20 
21 //-----------------------------------------------------------------------------
22 
23 } //namespace fwTools
24 
The namespace fwTools contains several tools like UUID, factory, dispatche, stringizer, macros, helper.