diff options
Diffstat (limited to 'TAO/tests/IPV6/Hello.cpp')
-rw-r--r-- | TAO/tests/IPV6/Hello.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/IPV6/Hello.cpp b/TAO/tests/IPV6/Hello.cpp index 3bb0a772b76..df5dc90d3d9 100644 --- a/TAO/tests/IPV6/Hello.cpp +++ b/TAO/tests/IPV6/Hello.cpp @@ -12,14 +12,12 @@ Hello::Hello (CORBA::ORB_ptr orb) char * Hello::get_string (void) - ACE_THROW_SPEC ((CORBA::SystemException)) { return CORBA::string_dup ("Hello there!"); } void Hello::shutdown (void) - ACE_THROW_SPEC ((CORBA::SystemException)) { this->orb_->shutdown (0); } |