3 #include "ace/OS_NS_unistd.h"
5 #if !defined(__ACE_INLINE__)
7 #endif /* __ACE_INLINE__ */
10 Simple_Server_i::test_method (CORBA::Long x
)
12 if (TAO_debug_level
> 0)
13 ACE_DEBUG ((LM_DEBUG
, "Request in thread %t\n"));
14 ACE_Time_Value
tv (0, 15000);
20 Simple_Server_i::shutdown (void)
22 this->orb_
->shutdown (0);