summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h')
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h
index d4d7c712d37..4357cc56362 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h
@@ -41,26 +41,21 @@ public:
// Run the test
protected:
-
CosNotifyChannelAdmin::ProxyID proxy_supplier_id_;
// The proxy_supplier id.
// = Methods
- // Destructor
-
// = NotifyPublish method
- virtual void offer_change (
+ virtual void offer_change (
const CosNotification::EventTypeSeq & added,
- const CosNotification::EventTypeSeq & removed
- );
+ const CosNotification::EventTypeSeq & removed);
// = StructuredPushSupplier methods
-virtual void push (const CORBA::Any &event);
+ virtual void push (const CORBA::Any &event);
- virtual void disconnect_push_consumer (
- );
+ virtual void disconnect_push_consumer ();
private:
CORBA::ULong event_count_;