diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-07 08:01:33 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-07 08:01:33 +0000 |
commit | e288e5c87cb9d09ce06ff64d02c5f028204fd054 (patch) | |
tree | b81048e168dfc64cc541cc06adb01b898be84b29 | |
parent | 9738f70aaaa58abb0a8198ce8e8df1c1b15ddd59 (diff) | |
download | ATCD-e288e5c87cb9d09ce06ff64d02c5f028204fd054.tar.gz |
*** empty log message ***
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 70 |
1 files changed, 69 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 498ba6c24b0..89385c2b02d 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,4 +1,72 @@ -Thu Sep 07 01:04:12 2000 Nanbor Wang <nanbor@cs.wustl.edu> +Thu Sep Thu Sep 7 00:46:40 2000 Pradeep Gore <pradeep@cs.wustl.edu> + + * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.cpp: + * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.h: + * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i: + Implements the AdminProperties interface methods. + + * orbsvcs/orbsvcs/Notify/Notify_Buffering_Strategy.cpp: + * orbsvcs/orbsvcs/Notify/Notify_Buffering_Strategy.h: + Buffering Strategy used for MT Worker tasks. + Handles discard and order policies. + + * orbsvcs/orbsvcs/Notify/Notify_MT_Worker_Task.cpp: + * orbsvcs/orbsvcs/Notify/Notify_MT_Worker_Task.h: + * orbsvcs/orbsvcs/Notify/Notify_Worker_Task.cpp: + * orbsvcs/orbsvcs/Notify/Notify_Worker_Task.h: + Split the Notify_worker as reactive and MT. + + * orbsvcs/orbsvcs/Makefile.CosNotification: + * orbsvcs/orbsvcs/CosNotification.dsp: + * orbsvcs/orbsvcs/CosNotification_Static.dsp: + Added new files, updated dependencies. + + * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp: + * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.h: + Delegate admin properties get/set to TAO_Notify_AdminProperties. + + * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.cpp: + * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h: + * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i: + Added TAO_Notify_AdminProperties member. + + * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.cpp: + * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.h: + * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.cpp: + * orbsvcs/orbsvcs/Notify/Notify_ProxyPushConsumer_i.cpp: + * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushConsumer_i.cpp: + * orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushConsumer_i.cpp: + on_connect and on_disconnect methods count number of consumers + and suppliers connected to the channel. + + * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.cpp: + * orbsvcs/orbsvcs/Notify/Notify_Default_EMO_Factory.cpp: + * orbsvcs/orbsvcs/Notify/Notify_Event.cpp: + * orbsvcs/orbsvcs/Notify/Notify_Event_Dispatch_Command.cpp: + * orbsvcs/orbsvcs/Notify/Notify_Event_Processor.cpp: + * orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h: + * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.h: + Changes related to accomodating the TAO_Notify_MT_Worker and + minor corrections. + + * orbsvcs/tests/Notify/Basic/ConnectDisconnect.cpp: + * orbsvcs/tests/Notify/Basic/ConnectDisconnect.h: + The usage message was printed incorrectly, fixed it. + * orbsvcs/tests/Notify/Basic/Events_Test.cpp: + Added a priorities to events. Showing how the channel reorders + according to priority is difficult - i had to put a sleep(1) + statement (temporary) in the TAO_Notify_MT_Task's svc method to + slow it down enough to see priorities in action. + + * orbsvcs/tests/Notify/Basic/Makefile: + * orbsvcs/tests/Notify/Basic/README: + Updated. + + * orbsvcs/tests/Notify/Basic/AdminProperties_Test.cpp: + * orbsvcs/tests/Notify/Basic/AdminProperties_Test.h: + Test for the newly added EC Admin QoS properties. + +07 01:04:12 2000 Nanbor Wang <nanbor@cs.wustl.edu> * TAO_IDL/be/be_visitor_interface/interceptors_ch.cpp: * TAO_IDL/be/be_visitor_interface/interceptors_cs.cpp: |