ACE+TAO-7_0_8
[ACE_TAO.git] / TAO / tests / Forwarding / test_i.cpp
bloba5df35f5892da5df5d287ac018a28103a4616f06
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 (false);