summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Command.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Command.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Command.h
index ec7cca5e588..21e24ff0f50 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Command.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Command.h
@@ -50,7 +50,7 @@ class TAO_Notify_Export TAO_Notify_Command : public ACE_Message_Block
TAO_Notify_Command (TAO_Notify_Event_Processor* event_processor, TAO_Notify_Event* event);
~TAO_Notify_Command ();
- virtual int execute (TAO_ENV_SINGLE_ARG_DECL) = 0;
+ virtual int execute (ACE_ENV_SINGLE_ARG_DECL) = 0;
// Command callback
virtual CORBA::Short priority (void) const;