Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Forwarding / test_i.cpp
blob03319fc0b1e599bce71aa34cf3810b0d64877ef4
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 ()
17 this->orb_->shutdown (false);