19#include "TimestampObserver.h"
21#include <alien/utils/Trace.h>
34TimestampObserver::TimestampObserver(
Timestamp& timestamp)
35: m_timestamp(timestamp)
40void TimestampObserver::updateTimestamp()
43 cout() <<
"Update Timestamp " << &m_timestamp <<
" from Observer " <<
this;
46 m_timestamp.updateTimestamp();
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --