summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/IdAssignment.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/IdAssignment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.h b/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.h
index 7b4a7e3920f..77506312d60 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.h
@@ -29,10 +29,10 @@ public:
void init (int argc,
char *argv[]
ACE_ENV_ARG_DECL);
- void run_test (ACE_ENV_SINGLE_ARG_DECL);
+ void run_test (void);
private:
- CosNotifyChannelAdmin::ChannelID create_ec (ACE_ENV_SINGLE_ARG_DECL);
+ CosNotifyChannelAdmin::ChannelID create_ec (void);
void destroy_ec (CosNotifyChannelAdmin::ChannelID id
ACE_ENV_ARG_DECL);