src/simulator/simulator.h
changeset 3816 edd4928b2046
parent 3809 5e007004402e
child 4085 31945ecb17e2
equal deleted inserted replaced
3815:ffea4fa619db 3816:edd4928b2046
    69    * The simulator implementation can be set when the simulator is not 
    69    * The simulator implementation can be set when the simulator is not 
    70    * running.
    70    * running.
    71    */
    71    */
    72   static void SetImplementation (Ptr<SimulatorImpl> impl);
    72   static void SetImplementation (Ptr<SimulatorImpl> impl);
    73 
    73 
       
    74   static Ptr<SimulatorImpl> GetImplementation (void);
       
    75 
    74   /**
    76   /**
    75    * \param scheduler a new event scheduler
    77    * \param scheduler a new event scheduler
    76    *
    78    *
    77    * The event scheduler can be set at any time: the events scheduled
    79    * The event scheduler can be set at any time: the events scheduled
    78    * in the previous scheduler will be transfered to the new scheduler
    80    * in the previous scheduler will be transfered to the new scheduler