--- /opt/share/itk-3.0.0/InsightToolkit-3.0.0/Code/Common/itkTimeStamp.cxx 2003-09-10 16:29:27.000000000 +0200 +++ itkTimeStamp.cxx 2006-11-30 11:27:31.000000000 +0100 @@ -33,8 +33,6 @@ return new Self; } -/** Used for mutex locking */ -static SimpleFastMutexLock TimeStampMutex; /** * Make sure the new time stamp is greater than all others so far. @@ -47,6 +45,8 @@ * Initialize static member */ static unsigned long itkTimeStampTime = 0; + /** Used for mutex locking */ + static SimpleFastMutexLock TimeStampMutex; TimeStampMutex.Lock(); m_ModifiedTime = ++itkTimeStampTime;