Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / ForwardUponObjectNotExist / test_i.cpp
blobb14f3393c357b3197216c0e7b39b5a3c08f33f96
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 throw ::CORBA::OBJECT_NOT_EXIST ();
12 return 0;
15 void
16 Simple_Server_i::shutdown ()
18 this->orb_->shutdown (false);