diff options
Diffstat (limited to 'TAO/tests/Two_Objects/Second_i.cpp')
-rw-r--r-- | TAO/tests/Two_Objects/Second_i.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Two_Objects/Second_i.cpp b/TAO/tests/Two_Objects/Second_i.cpp index 828e9b67d22..f7814901d3d 100644 --- a/TAO/tests/Two_Objects/Second_i.cpp +++ b/TAO/tests/Two_Objects/Second_i.cpp @@ -24,7 +24,6 @@ Second_i::Second_i (CORBA::ORB_ptr orb, Two_Objects_Test::Octet_Seq * Second_i::twoway_method (void) - ACE_THROW_SPEC ((CORBA::SystemException)) { Two_Objects_Test::Octet_Seq *preply_mesg; @@ -56,7 +55,6 @@ Second_i::twoway_method (void) void Second_i::shutdown (void) - ACE_THROW_SPEC ((CORBA::SystemException)) { ACE_DEBUG ((LM_DEBUG, "(%P|%t) about to shutdown the orb\n")); this->orb_->shutdown (0); |