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.cpp6
1 files changed, 3 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 6095fe48373..2ca4fe3f756 100644
--- a/TAO/tests/Servant_To_Reference_Test/Test_i.cpp
+++ b/TAO/tests/Servant_To_Reference_Test/Test_i.cpp
@@ -11,7 +11,7 @@ One_Impl::One_Impl (CORBA::ORB_ptr orb)
}
char *
-One_Impl::get_string (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+One_Impl::get_string (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup ("One_Impl there!");
@@ -23,7 +23,7 @@ Two_Impl::Two_Impl (CORBA::ORB_ptr orb)
}
char *
-Two_Impl::get_string (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+Two_Impl::get_string (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup ("One_Impl there!");
@@ -36,7 +36,7 @@ Three_Impl::Three_Impl (CORBA::ORB_ptr orb)
}
char *
-Three_Impl::get_string (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+Three_Impl::get_string (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup ("Three_Impl there!");