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
}
void ClockTest::adjust(TimeStamp ts){
//do nothing
}