summaryrefslogtreecommitdiff
path: root/TAO/tests/Ondemand_Write
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Ondemand_Write')
-rw-r--r--TAO/tests/Ondemand_Write/Hello.cpp2
-rw-r--r--TAO/tests/Ondemand_Write/Hello.h6
2 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tests/Ondemand_Write/Hello.cpp b/TAO/tests/Ondemand_Write/Hello.cpp
index bfd8274359a..a2a4d8ae380 100644
--- a/TAO/tests/Ondemand_Write/Hello.cpp
+++ b/TAO/tests/Ondemand_Write/Hello.cpp
@@ -16,14 +16,12 @@ Hello::get_string (
const char * inputa,
::CORBA::Long ,
const char * )
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup (inputa);
}
void
Hello::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}
diff --git a/TAO/tests/Ondemand_Write/Hello.h b/TAO/tests/Ondemand_Write/Hello.h
index 2cd11fd1b71..9f8734f5684 100644
--- a/TAO/tests/Ondemand_Write/Hello.h
+++ b/TAO/tests/Ondemand_Write/Hello.h
@@ -21,11 +21,9 @@ public:
::CORBA::Long valuea,
const char * inputa,
::CORBA::Long valueb,
- const char * inputb)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const char * inputb);
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
private:
/// Use an ORB reference to conver strings to objects and shutdown