Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / MT_Client / test_i.cpp
blob583c68e29150a39627a40d0c581e1287b2c5d320
1 #include "test_i.h"
3 #if !defined(__ACE_INLINE__)
4 #include "test_i.inl"
5 #endif /* __ACE_INLINE__ */
7 void
8 Simple_Server_i::test_method ()
12 void
13 Simple_Server_i::shutdown ()
15 this->orb_->shutdown (false);