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
This commit is contained in:
adrian
2012-09-27 09:25:59 +00:00
parent 38c39c902b
commit 01207617ba

View File

@ -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