diff options
Diffstat (limited to 'TAO/tests/Collocation_Opportunities/Collocation_Opportunities.cpp')
-rw-r--r-- | TAO/tests/Collocation_Opportunities/Collocation_Opportunities.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Collocation_Opportunities/Collocation_Opportunities.cpp b/TAO/tests/Collocation_Opportunities/Collocation_Opportunities.cpp index 94fcf1589b7..8f661b034c7 100644 --- a/TAO/tests/Collocation_Opportunities/Collocation_Opportunities.cpp +++ b/TAO/tests/Collocation_Opportunities/Collocation_Opportunities.cpp @@ -18,8 +18,7 @@ public: void set_other (test_ptr test); - void method (void) - ACE_THROW_SPEC ((CORBA::SystemException)); + void method (void); PortableServer::POA_ptr _default_POA (void); @@ -54,7 +53,6 @@ test_i::set_other (test_ptr test) void test_i::method (void) - ACE_THROW_SPEC ((CORBA::SystemException)) { if (this->other_.in () != test::_nil ()) { |