2 #include "FooServantList.h"
4 Foo_i::Foo_i(const ACE_TCHAR
* servant_name
,FooServantList
* mgr
)
11 servant_name_(servant_name
),
26 // Sleep for 10 milliseconds (10,000 microseconds)
27 //ACE_OS::sleep(ACE_Time_Value(0,10000));
32 Foo_i::op2(CORBA::Long value
)
48 Foo_i::op4(CORBA::Long value
)
53 if (this->count_op4_
% 100 == 0)
56 "(%P|%t) op4() has been called %d times now. value == %d\n",
57 this->count_op4_
, this->value_
));
60 // Sleep for 10 milliseconds (10,000 microseconds)
61 //ACE_OS::sleep(ACE_Time_Value(0,10000));
75 this->mgr_
->client_done();