View | Details | Raw Unified | Return to bug 568
Collapse All | Expand All

(-)a/src/simulator/timer.cc (-1 / +1 lines)
 Lines 24-30    Link Here 
24
namespace ns3 {
24
namespace ns3 {
25
25
26
Timer::Timer ()
26
Timer::Timer ()
27
  : m_flags (0),
27
  : m_flags (CHECK_ON_DESTROY),
28
    m_delay (FemtoSeconds (0)),
28
    m_delay (FemtoSeconds (0)),
29
    m_event (),
29
    m_event (),
30
    m_impl (0)
30
    m_impl (0)

Return to bug 568