4 #if !defined(__ACE_INLINE__)
6 #endif /* __ACE_INLINE__ */
8 #include "ace/OS_NS_unistd.h"
11 Simple_Server_i::test_method (CORBA::Long x
)
13 if (TAO_debug_level
> 0)
14 ACE_DEBUG ((LM_DEBUG
, "Request in thread %t\n"));
15 ACE_Time_Value
tv (0, (x
% 1000));
21 Simple_Server_i::shutdown ()
23 // We dont shutdown the ORB. We allow the server to go away as it
25 // this->orb_->shutdown (false);