summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-13 07:43:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-13 07:43:55 +0000
commit7c170ef63e70ba29c96a6e40df465bea8e576542 (patch)
treec980588aa813d357363debea218bfe900f654644
parentf83185f56327c1c989e29e360e95e3b7eb9852a0 (diff)
downloadATCD-7c170ef63e70ba29c96a6e40df465bea8e576542.tar.gz
-rw-r--r--TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h20
1 files changed, 7 insertions, 13 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h b/TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h
index 35379931dc0..e1efe3c25a8 100644
--- a/TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h
+++ b/TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h
@@ -27,33 +27,27 @@ class StructuredPushSupplier_i : public virtual POA_CosNotifyComm::StructuredPus
{
virtual void subscription_change (
const CosNotification::EventTypeSeq & added,
- const CosNotification::EventTypeSeq & removed
- );
+ const CosNotification::EventTypeSeq & removed);
- virtual void disconnect_structured_push_supplier (
- );
+ virtual void disconnect_structured_push_supplier (void);
};
class SequencePushSupplier_i : public virtual POA_CosNotifyComm::SequencePushSupplier
{
virtual void subscription_change (
const CosNotification::EventTypeSeq & added,
- const CosNotification::EventTypeSeq & removed
- );
+ const CosNotification::EventTypeSeq & removed);
- virtual void disconnect_sequence_push_supplier (
- );
+ virtual void disconnect_sequence_push_supplier (void);
};
class AnyPushSupplier_i : public virtual POA_CosNotifyComm::PushSupplier
{
virtual void subscription_change (
const CosNotification::EventTypeSeq & added,
- const CosNotification::EventTypeSeq & removed
- );
+ const CosNotification::EventTypeSeq & removed);
- virtual void disconnect_push_supplier (
- );
+ virtual void disconnect_push_supplier (void);
};
class ReconnectionCallback_i : public virtual POA_NotifyExt::ReconnectionCallback
@@ -71,7 +65,7 @@ public:
size_t reconnect_count () const;
- virtual void reconnect (CORBA::Object_ptr reconnection)
+ virtual void reconnect (CORBA::Object_ptr reconnection);
virtual CORBA::Boolean is_alive (void);