00001 #include "TimeKeeperService_impl.h" 00002 #include "StateHolder.h" 00003 00004 TimeKeeperService_impl::TimeKeeperService_impl() : m_comp(NULL) 00005 { 00006 } 00007 00008 TimeKeeperService_impl::~TimeKeeperService_impl() 00009 { 00010 } 00011 00012 void TimeKeeperService_impl::sleep(CORBA::Double tm) 00013 { 00014 m_comp->wait(tm); 00015 }