2 #include "OrbShutdownTask.h"
5 Foo_i::Foo_i(unsigned num_clients
)
7 num_clients_(num_clients
)
24 Foo_i::op2(CORBA::Long value
)
38 Foo_i::op4(CORBA::Long value
)
54 unsigned num_left
= --this->num_clients_
;
58 if (TheOrbShutdownTask::instance()->open(0) != 0)
60 ACE_ERROR((LM_ERROR
, "(%P|%t)Foo_i::done: "
61 "failed to create orb shutdown thread.\n"));