Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / MT_Client / test_i.cpp
blob52f50251cf2719639c34c0b90b1ce1af6340d230
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 (void)
12 void
13 Simple_Server_i::shutdown (void)
15 this->orb_->shutdown (0);