Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / MProfile_Forwarding / test_i.cpp
blobf34b69066152b9de46e8f80adf0c4dfaba8aff66
1 #include "test_i.h"
3 #if !defined(__ACE_INLINE__)
4 #include "test_i.inl"
5 #endif /* __ACE_INLINE__ */
7 Simple_Server_i::Simple_Server_i ()
8 :orb_ (0)
12 void
13 Simple_Server_i::remote_call ()
15 ACE_DEBUG ((LM_DEBUG,
16 "Print out from process id (%P) hosting the servant\n"));
20 void
21 Simple_Server_i::shutdown ()
23 this->orb_->shutdown (false);