2 #include "ace/OS_NS_unistd.h"
4 test_i::test_i (CORBA::ORB_ptr orb
)
5 : orb_ (CORBA::ORB::_duplicate (orb
))
12 this->orb_
->shutdown (false);
16 test_i::method (CORBA::ULong work
)
19 "Server: Working for %d milli seconds @ %T\n",
22 // Time required to process this request. <work> is time units in
24 ACE_Time_Value
work_time (0,
27 ACE_OS::sleep (work_time
);