diff options
Diffstat (limited to 'TAO/tests/OBV/Forward/Test_impl.h')
-rw-r--r-- | TAO/tests/OBV/Forward/Test_impl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/OBV/Forward/Test_impl.h b/TAO/tests/OBV/Forward/Test_impl.h index bd5a1eb6726..9092f1576e4 100644 --- a/TAO/tests/OBV/Forward/Test_impl.h +++ b/TAO/tests/OBV/Forward/Test_impl.h @@ -32,11 +32,9 @@ public: // ctor virtual TreeController * reflect ( - TreeController * tc) - ACE_THROW_SPEC ((CORBA::SystemException)); + TreeController * tc); - virtual void shutdown (void) - ACE_THROW_SPEC ((CORBA::SystemException)); + virtual void shutdown (void); private: CORBA::ORB_var orb_; |