equal
deleted
inserted
replaced
73 static void SetImplementation (Ptr<SimulatorImpl> impl); |
73 static void SetImplementation (Ptr<SimulatorImpl> impl); |
74 |
74 |
75 static Ptr<SimulatorImpl> GetImplementation (void); |
75 static Ptr<SimulatorImpl> GetImplementation (void); |
76 |
76 |
77 /** |
77 /** |
78 * \param scheduler a new event scheduler |
78 * \param schedulerFactory a new event scheduler factory |
79 * |
79 * |
80 * The event scheduler can be set at any time: the events scheduled |
80 * The event scheduler can be set at any time: the events scheduled |
81 * in the previous scheduler will be transfered to the new scheduler |
81 * in the previous scheduler will be transfered to the new scheduler |
82 * before we start to use it. |
82 * before we start to use it. |
83 */ |
83 */ |