equal
deleted
inserted
replaced
42 /** |
42 /** |
43 * This method is syntactic sugar for the ns3::Simulator::isExpired |
43 * This method is syntactic sugar for the ns3::Simulator::isExpired |
44 * method. |
44 * method. |
45 * \returns true if the event has expired, false otherwise. |
45 * \returns true if the event has expired, false otherwise. |
46 */ |
46 */ |
47 bool IsExpired (void); |
47 bool IsExpired (void) const; |
48 bool IsRunning (void); |
48 bool IsRunning (void) const; |
49 public: |
49 public: |
50 /* The following methods are semi-private |
50 /* The following methods are semi-private |
51 * they are supposed to be invoked only by |
51 * they are supposed to be invoked only by |
52 * subclasses of the Scheduler base class. |
52 * subclasses of the Scheduler base class. |
53 */ |
53 */ |