summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2683_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2683_Regression/test_i.h')
-rw-r--r--TAO/tests/Bug_2683_Regression/test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_2683_Regression/test_i.h b/TAO/tests/Bug_2683_Regression/test_i.h
index 45c844846f8..8bdf00fe6d6 100644
--- a/TAO/tests/Bug_2683_Regression/test_i.h
+++ b/TAO/tests/Bug_2683_Regression/test_i.h
@@ -29,10 +29,10 @@ public:
test_i (ORB_Killer *k);
// = The skeleton methods
- virtual void ping (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void ping (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: