diff options
Diffstat (limited to 'TAO/tests/InterOp-Naming/INS_i.h')
-rw-r--r-- | TAO/tests/InterOp-Naming/INS_i.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/InterOp-Naming/INS_i.h b/TAO/tests/InterOp-Naming/INS_i.h index 28bfc384429..6f24fbc2094 100644 --- a/TAO/tests/InterOp-Naming/INS_i.h +++ b/TAO/tests/InterOp-Naming/INS_i.h @@ -33,8 +33,7 @@ public: ~INS_i (void); // Destructor. - char * test_ins (void) - ACE_THROW_SPEC (( CORBA::SystemException )); + char * test_ins (void); // test the INS. void orb (CORBA::ORB_ptr o); |