3 #if !defined(__ACE_INLINE__)
5 #endif /* __ACE_INLINE__ */
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 ();
16 Simple_Server_i::shutdown ()
18 this->orb_
->shutdown (false);