m2.mbcp/src/clock_test.cc

16 lines
218 B
C++
Raw Normal View History

2006-02-05 17:43:00 +00:00
#include "clock_test.h"
ClockTest::ClockTest(){
printf("ClockTest::ClockTest -- create\n");
}
TimeStamp ClockTest::inc(){
//send an empty timestamp
//prin
}
2006-03-06 12:42:03 +00:00
bool ClockTest::adjust(TimeStamp ts){
2006-02-05 17:43:00 +00:00
//do nothing
}