summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Any/PushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Any/PushConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Any/PushConsumer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/PushConsumer.h b/TAO/orbsvcs/orbsvcs/Notify/Any/PushConsumer.h
index 7a3d5c7ed39..a5fbd384a91 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Any/PushConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Any/PushConsumer.h
@@ -44,7 +44,10 @@ public:
virtual void release (void);
/// Push <event> to this consumer.
- void push_i (const TAO_NS_Event_var& event ACE_ENV_ARG_DECL);
+ virtual void push_i (const TAO_NS_Event* event ACE_ENV_ARG_DECL);
+
+ /// Push <event> to this consumer.
+ virtual void push_i (const TAO_NS_Event_var& event ACE_ENV_ARG_DECL);
/// Push <event> to this consumer.
virtual void push (const CORBA::Any& event ACE_ENV_ARG_DECL);