Merge pull request #2306 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / FaultTolerance / IOGR / test_i.cpp
blob1f7ce7f23afbd6a2c29c65b67cd8d948c57caca5
1 #include "test_i.h"
3 #if !defined(__ACE_INLINE__)
4 //#include "test_i.i"
5 #endif /* __ACE_INLINE__ */
7 Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
8 : orb_ (CORBA::ORB::_duplicate (orb))
12 Simple_Server_i::Simple_Server_i ()
13 : orb_ (0)
17 void
18 Simple_Server_i::remote_call ()
20 ACE_DEBUG ((LM_DEBUG,
21 ACE_TEXT ("Print out from process id (%P) hosting the servant\n")));
25 void
26 Simple_Server_i::shutdown ()
28 this->orb_->shutdown (false);