summaryrefslogtreecommitdiff
path: root/TAO/tests/Leader_Followers/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Leader_Followers/test_i.h')
-rw-r--r--TAO/tests/Leader_Followers/test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Leader_Followers/test_i.h b/TAO/tests/Leader_Followers/test_i.h
index 776e7fc86fc..6395ac7eb07 100644
--- a/TAO/tests/Leader_Followers/test_i.h
+++ b/TAO/tests/Leader_Followers/test_i.h
@@ -25,11 +25,11 @@ public:
// ctor.
// = The test interface methods.
- CORBA::ULong method (CORBA::ULong work,
- CORBA::Environment &)
+ CORBA::ULong method (CORBA::ULong work
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- void shutdown (CORBA::Environment &)
+ void shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
private: