Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Forwarding / test_i.cpp
blob2b0a449a165e599dab833ee81ab709460480c955
1 #include "test_i.h"
3 #if !defined(__ACE_INLINE__)
4 #include "test_i.inl"
5 #endif /* __ACE_INLINE__ */
7 CORBA::Boolean
8 Simple_Server_i::test_is_a (const char * /* type */)
10 // ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a %s\n", type));
11 return 0;
14 void
15 Simple_Server_i::shutdown (void)
17 this->orb_->shutdown (0);