summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2247_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2247_Regression/test_i.h')
-rwxr-xr-xTAO/orbsvcs/tests/Bug_2247_Regression/test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2247_Regression/test_i.h b/TAO/orbsvcs/tests/Bug_2247_Regression/test_i.h
index 110555b959c..f00ae655410 100755
--- a/TAO/orbsvcs/tests/Bug_2247_Regression/test_i.h
+++ b/TAO/orbsvcs/tests/Bug_2247_Regression/test_i.h
@@ -24,10 +24,10 @@ public:
char* remote_call (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- char* shutdown (const char* key ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ char* shutdown (const char* key ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- char* abort (const char* key ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ char* abort (const char* key ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
private: