3 Stopwatch_imp::Stopwatch_imp (CORBA::ORB_ptr orb
, Timer_imp
*timer
)
4 : orb_ (CORBA::ORB::_duplicate (orb
)),
10 Stopwatch_imp::start ()
12 this->timer_
->start ();
16 Stopwatch_imp::stop ()
18 this->timer_
->stop ();
22 Stopwatch_imp::shutdown ()
24 this->orb_
->shutdown (false);