summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 19:14:41 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 19:14:41 +0200
commit396cfea6b04e75b44bdea3511e078201ee40196e (patch)
tree8bab236a24ab3b9a4e3929fab61791b746262733
parentcdc108a61cb7e4a26932f5f4073c556260935c27 (diff)
downloadATCD-396cfea6b04e75b44bdea3511e078201ee40196e.tar.gz
Layout changes
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h24
1 files changed, 7 insertions, 17 deletions
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h
index 1363262ae4a..4d87bcd627e 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h
@@ -169,7 +169,6 @@ class RedGreen_Test_StructuredPushConsumer
// = DESCRIPTION
// Consumer for the RedGreen_Test example.
//
-
public:
/// Constructor.
RedGreen_Test_StructuredPushConsumer (RedGreen_Test* RedGreen_Test);
@@ -182,9 +181,7 @@ public:
virtual void disconnect (void);
/// Accessor for the Proxy that we're connected to.
- CosNotifyChannelAdmin::StructuredProxyPushSupplier_ptr get_proxy_supplier (
- void
- );
+ CosNotifyChannelAdmin::StructuredProxyPushSupplier_ptr get_proxy_supplier (void);
/// Accumulate the throughput statistics into <throughput>
void accumulate_into (ACE_Throughput_Stats &throughput) const;
@@ -219,16 +216,13 @@ protected:
// = NotifyPublish method
virtual void offer_change (
const CosNotification::EventTypeSeq & added,
- const CosNotification::EventTypeSeq & removed
- );
+ const CosNotification::EventTypeSeq & removed);
// = StructuredPushSupplier methods
virtual void push_structured_event (
- const CosNotification::StructuredEvent & notification
- );
+ const CosNotification::StructuredEvent & notification);
- virtual void disconnect_structured_push_consumer (
- );
+ virtual void disconnect_structured_push_consumer ();
};
/*****************************************************************/
@@ -239,11 +233,9 @@ public:
SlowConsumer (RedGreen_Test* RedGreen_Test);
virtual void push_structured_event (
- const CosNotification::StructuredEvent & notification
- );
+ const CosNotification::StructuredEvent & notification);
};
-
/*****************************************************************/
class RedGreen_Test_StructuredPushSupplier
: public POA_CosNotifyComm::StructuredPushSupplier
@@ -293,12 +285,10 @@ protected:
// = NotifyRedGreen_Test
virtual void subscription_change (
const CosNotification::EventTypeSeq & added,
- const CosNotification::EventTypeSeq & removed
- );
+ const CosNotification::EventTypeSeq & removed);
// = StructuredPushSupplier method
- virtual void disconnect_structured_push_supplier (
- );
+ virtual void disconnect_structured_push_supplier ();
};
/*****************************************************************/