diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-04-17 16:04:18 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-04-17 16:04:18 +0200 |
commit | 05f90a87cdb1cb354ffd8608ed4b01a9b7bbc70e (patch) | |
tree | 9eb6c7d826e821769d16e7a2e1671c6991ef00aa /TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h | |
parent | afed34cf77bd8d2e2acbeb5991be019aade1c777 (diff) | |
download | ATCD-05f90a87cdb1cb354ffd8608ed4b01a9b7bbc70e.tar.gz |
Layout changes
* TAO/orbsvcs/DevGuideExamples/NotifyService/Filtering/StructuredEventConsumer_i.h:
* TAO/orbsvcs/DevGuideExamples/NotifyService/OfferSubscriptions/StructuredEventConsumer_i.h:
* TAO/orbsvcs/DevGuideExamples/NotifyService/QoSProperties/StructuredEventConsumer_i.h:
* TAO/orbsvcs/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.h:
* TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
* TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
* TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
* TAO/orbsvcs/Fault_Detector/Fault_Detector_i.h:
* TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h:
* TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h:
* TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h:
* TAO/orbsvcs/examples/Notify/Filter/Filter.h:
* TAO/orbsvcs/examples/Notify/Lanes/Supplier.h:
* TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h:
* TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.h:
* TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h:
* TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp:
* TAO/orbsvcs/orbsvcs/Notify/Standard_Event_Persistence.cpp:
* TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h:
* TAO/orbsvcs/tests/Notify/Persistent_Filter/Filter.h:
* TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp:
* TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.h:
* TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.cpp:
* TAO/orbsvcs/tests/Notify/lib/Consumer_T.cpp:
* TAO/orbsvcs/tests/Notify/lib/Consumer_T.h:
* TAO/orbsvcs/tests/Notify/lib/PushConsumer.h:
* TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.h:
* TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h:
* TAO/orbsvcs/tests/Notify/lib/Supplier_T.cpp:
* TAO/orbsvcs/tests/Notify/lib/Supplier_T.h:
Diffstat (limited to 'TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h')
-rw-r--r-- | TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h index 8e37c42e408..48cf24e5970 100644 --- a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h +++ b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h @@ -102,16 +102,13 @@ namespace TAO //////////////// // CORBA methods virtual void push_structured_event ( - const CosNotification::StructuredEvent ¬ification - ); + const CosNotification::StructuredEvent ¬ification); virtual void offer_change ( const CosNotification::EventTypeSeq & added, - const CosNotification::EventTypeSeq & removed - ); + const CosNotification::EventTypeSeq & removed); - virtual void disconnect_structured_push_consumer ( - ); + virtual void disconnect_structured_push_consumer (); //@} |