summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp b/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp
index 334832663a7..0414b720388 100644
--- a/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp
+++ b/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp
@@ -21,7 +21,6 @@ test_i::~test_i (void)
void
test_i::invoke_me (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"Test method invoked.\n"));
@@ -43,8 +42,7 @@ test_i::invoke_me (void)
// By this point all of step 1 has occurred. Step 2 will now
// occur.
- PICurrentTest::test_var my_ref =
- this->_this ();
+ PICurrentTest::test_var my_ref = this->_this ();
// ----------------------------------------------------
@@ -129,7 +127,6 @@ test_i::invoke_me (void)
void
test_i::invoke_you (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Nothing to be tested here. This method is here just so that we
// have a different method
@@ -137,7 +134,6 @@ test_i::invoke_you (void)
void
test_i::invoke_we (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Insert some data into the TSC PICurrent object.
const char str[] = "We drink milk!";
@@ -170,7 +166,6 @@ test_i::invoke_we (void)
void
test_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) Server is shutting down.\n"));