fw4spl
TimeStamp.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 "fwCore/TimeStamp.hpp"
9 
10 namespace fwCore
11 {
12 
13 
15 {
16  m_modifiedTime = ::fwCore::HiResClock::getTimeInMilliSec();
17 }
18 
19 
20 } //namespace fwCore
21 
FWCORE_API void modified()
Update the timestamp to the current EPOCH time.
Definition: TimeStamp.cpp:14
This namespace fwCore provides common foundations for FW4SPL.
Definition: BaseObject.hpp:16