5 #include "ace/OS_NS_unistd.h"
7 Forward_Test_i::Forward_Test_i (CORBA::ORB_ptr orb
)
8 : orb_ (CORBA::ORB::_duplicate (orb
))
12 char * Forward_Test_i::do_forward (const char *text
)
14 ACE_DEBUG ((LM_DEBUG
,"Server echoing test string\n"));
15 return CORBA::string_dup (text
);
19 Forward_Test_i::shutdown ()
22 this->orb_
->shutdown (false);