3 #include "ace/OS_NS_unistd.h"
4 #if !defined(__ACE_INLINE__)
6 #endif /* __ACE_INLINE__ */
9 Simple_Server_i::test_method (CORBA::Long x
)
11 if (TAO_debug_level
> 0)
12 ACE_DEBUG ((LM_DEBUG
, "Simple_Server: Request in thread %t\n"));
13 ACE_Time_Value
tv (0, 15000);
19 Simple_Server_i::shutdown (void)
21 this->orb_
->shutdown (0);
24 //---------------------------------------------------------------------------
27 Another_One_i::test_method (CORBA::Long x
)
29 if (TAO_debug_level
> 0)
30 ACE_DEBUG ((LM_DEBUG
, "Another_One: Request in thread %t\n"));
31 ACE_Time_Value
tv (0, 15000);