summaryrefslogtreecommitdiff
path: root/TAO/tests/Servant_To_Reference_Test/Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Servant_To_Reference_Test/Test_i.cpp')
-rw-r--r--TAO/tests/Servant_To_Reference_Test/Test_i.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Servant_To_Reference_Test/Test_i.cpp b/TAO/tests/Servant_To_Reference_Test/Test_i.cpp
index 2ca4fe3f756..2002a8e631a 100644
--- a/TAO/tests/Servant_To_Reference_Test/Test_i.cpp
+++ b/TAO/tests/Servant_To_Reference_Test/Test_i.cpp
@@ -12,7 +12,6 @@ One_Impl::One_Impl (CORBA::ORB_ptr orb)
char *
One_Impl::get_string (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup ("One_Impl there!");
}
@@ -24,7 +23,6 @@ Two_Impl::Two_Impl (CORBA::ORB_ptr orb)
char *
Two_Impl::get_string (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup ("One_Impl there!");
}
@@ -37,7 +35,6 @@ Three_Impl::Three_Impl (CORBA::ORB_ptr orb)
char *
Three_Impl::get_string (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup ("Three_Impl there!");
}