From 396cfea6b04e75b44bdea3511e078201ee40196e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 19 Aug 2019 19:14:41 +0200 Subject: Layout changes --- .../performance-tests/RedGreen/RedGreen_Test.h | 24 +++++++--------------- 1 file 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 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 (); }; /*****************************************************************/ -- cgit v1.2.1