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