summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h b/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
index a94146e47bc..ce8a8c9e785 100644
--- a/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
@@ -42,7 +42,7 @@ public:
virtual void init (ACE_Arg_Shifter& arg_shifter);
/// Execute the command.
- virtual void execute_i (ACE_ENV_SINGLE_ARG_DECL);
+ virtual void execute_i (void);
/// Name of object
virtual const char* get_name (void);
@@ -80,10 +80,10 @@ protected:
CosNotification::EventTypeSeq removed_;
/// = Handlers
- void handle_create (ACE_ENV_SINGLE_ARG_DECL);
- void handle_subscriptions (ACE_ENV_SINGLE_ARG_DECL);
- void handle_status (ACE_ENV_SINGLE_ARG_DECL);
- void handle_set_qos (ACE_ENV_SINGLE_ARG_DECL);
+ void handle_create (void);
+ void handle_subscriptions (void);
+ void handle_status (void);
+ void handle_set_qos (void);
};
#include /**/ "ace/post.h"