Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Strategies / simple_test_i.cpp
blob46a3a25a5997a8f1d7cefeee988bdf1bb2c5ee26
1 #include "simple_test_i.h"
2 #include "tao/debug.h"
4 #if !defined(__ACE_INLINE__)
5 #include "simple_test_i.inl"
6 #endif /* __ACE_INLINE__ */
8 CORBA::Boolean
9 Simple_Server_i::print_status ()
11 if (TAO_debug_level > 0)
12 ACE_DEBUG ((LM_DEBUG,
13 "%N:%l:(%P:%t):Simple_Server_i::print_status called\n"));
14 return 0;
17 void
18 Simple_Server_i::shutdown ()
20 this->orb_->shutdown (false);