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