src/simulator/event-id.h
changeset 981 eda90b17fc05
parent 962 473a781ec774
child 1014 a19d3c07c95d
equal deleted inserted replaced
980:469fb688f446 981:eda90b17fc05
    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    */