// $Id$ #include "test_i.h" #if !defined(__ACE_INLINE__) #include "test_i.i" #endif /* __ACE_INLINE__ */ ACE_RCSID(MT_Client, test_i, "$Id$") void Simple_Server_i::test_method (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) { } void Simple_Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)) { this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER); }