From 01207617ba0f997b62d7c48940d4c90825f70ab0 Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 27 Sep 2012 09:25:59 +0000 Subject: [PATCH] Removed residual m_tStamp member in BaseListener class (see r1637). git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1696 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/Listener.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/sal/Listener.hpp b/src/core/sal/Listener.hpp index 6b0fcb1d..eb0668f0 100644 --- a/src/core/sal/Listener.hpp +++ b/src/core/sal/Listener.hpp @@ -21,7 +21,6 @@ class ExperimentFlow; */ class BaseListener { protected: - time_t m_tStamp; //!< time stamp of listener unsigned int m_OccCounter; //!< listener fires when 0 is reached unsigned int m_OccCounterInit; //!< initial value for m_OccCounter ExperimentFlow* m_Parent; //!< this listener belongs to experiment m_Parent