comparison engine/core/model/metamodel/timeprovider.h @ 204:5816ab527da8

Fix for broken unit test.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 14 Mar 2009 12:03:56 +0000
parents 56ac89189bc4
children
comparison
equal deleted inserted replaced
203:44919eb74c40 204:5816ab527da8
41 class TimeProvider { 41 class TimeProvider {
42 public: 42 public:
43 /** Constructor 43 /** Constructor
44 * In case there there is no provider master, you can use NULL 44 * In case there there is no provider master, you can use NULL
45 */ 45 */
46 TimeProvider(TimeProvider* master); 46 explicit TimeProvider(TimeProvider* master);
47 ~TimeProvider(); 47 ~TimeProvider();
48 48
49 /** With multiplier, you can adjust the time speed. 0.5 means time runs half as slow, 49 /** With multiplier, you can adjust the time speed. 0.5 means time runs half as slow,
50 * while 2.0 means it runs twice as fast 50 * while 2.0 means it runs twice as fast
51 */ 51 */