summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-30 17:22:46 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-30 17:22:46 +0000
commite16c4a0169baa63cd96dcb161aa7739362653ebd (patch)
treed813866834432677560fdf9225c404b677063329
parent3e29160989f1568eeeea1e6df1eb430d0439bc23 (diff)
downloadATCD-e16c4a0169baa63cd96dcb161aa7739362653ebd.tar.gz
ChangeLogTag: Wed Aug 30 10:18:15 2000 Priyanka Gontla <pgontla@ece.uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a94
1 files changed, 47 insertions, 47 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 14e058b0c77..d2a64ec9afb 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,13 +1,13 @@
Wed Aug 30 10:18:15 2000 Priyanka Gontla <pgontla@ece.uci.edu>
- * tests/RTCORBA/Client_Propagated/client.cpp:
+ * tests/RTCORBA/Client_Propagated/client.cpp:
Fixed the warning for conversion from var to *.
Tue Aug 29 20:28:30 2000 Pradeep Gore <pradeep@cs.wustl.edu>
- * orbsvcs/orbsvcs/Notify/Notify_Listeners.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Listeners.h:
- The QoS properties of "Order Policy" and "Discard Policy" can be set
+ The QoS properties of "Order Policy" and "Discard Policy" can be set
per proxy.To accomodate this we now have an ACE_Task per proxy.
The TAO_Notify_Event_Processor asks each event listener and source
for the task object to send commands to.
@@ -18,78 +18,78 @@ Tue Aug 29 20:28:30 2000 Pradeep Gore <pradeep@cs.wustl.edu>
TAO_Notify_Event_Source:
+ virtual TAO_Notify_Worker_Task* filter_eval_task (void) = 0;
-
+
* orbsvcs/orbsvcs/Notify/Notify_Command.h:
- * orbsvcs/orbsvcs/Notify/Notify_Command.i:
+ * orbsvcs/orbsvcs/Notify/Notify_Command.i:
Constructor takes TAO_Notify_Event* parameter.
-
- * orbsvcs/orbsvcs/Notify/Notify_ID_Pool_T.cpp:
+
+ * orbsvcs/orbsvcs/Notify/Notify_ID_Pool_T.cpp:
* orbsvcs/orbsvcs/Notify/Notify_ID_Pool_T.h:
As per the last code review, Carlos pointed out that id recycling
- is probably an overkill because the id range is till MAX_LONG.
+ is probably an overkill because the id range is till MAX_LONG.
Therefore, id recycling is removed.
-
- * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.cpp:
+
+ * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.cpp:
* orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.h:
- * orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.cpp
+ * orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.cpp
* orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp:
+ * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp:
* orbsvcs/orbsvcs/Notify/Notify_FilterAdmin_i.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp:
+ * orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp:
Removed .put and .next calls to TAO_Notify_ID_Pool class.
-
- * orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp:
+
+ * orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp:
make Copy_On_Write the default collection.
-
- * orbsvcs/orbsvcs/Notify/Notify_Worker_Task.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_Worker_Task.h:
+
+ * orbsvcs/orbsvcs/Notify/Notify_Worker_Task.cpp:
+ * orbsvcs/orbsvcs/Notify/Notify_Worker_Task.h:
* orbsvcs/orbsvcs/Notify/Notify_Default_EMO_Factory.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_Default_EMO_Factory.h:
- * orbsvcs/orbsvcs/Notify/Notify_Event_Manager_Objects_Factory.h:
- * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.cpp:
+ * orbsvcs/orbsvcs/Notify/Notify_Default_EMO_Factory.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Event_Manager_Objects_Factory.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.cpp:
* orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h:
- * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i:
- changes because Worker_Task does not use TAO_Notify_Event_Manager*
-
+ * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i:
+ changes because Worker_Task does not use TAO_Notify_Event_Manager*
+
* orbsvcs/orbsvcs/Notify/Notify_Event.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_Event.h:
- * orbsvcs/orbsvcs/Notify/Notify_Event.i:
+ * orbsvcs/orbsvcs/Notify/Notify_Event.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Event.i:
Added per event QoS properties and accessors for them.
-
- * orbsvcs/orbsvcs/Notify/Notify_Listener_Filter_Eval_Command.cpp:
+
+ * orbsvcs/orbsvcs/Notify/Notify_Listener_Filter_Eval_Command.cpp:
* orbsvcs/orbsvcs/Notify/Notify_Listener_Filter_Eval_Command.h:
- * orbsvcs/orbsvcs/Notify/Notify_Event_Dispatch_Command.cpp:
+ * orbsvcs/orbsvcs/Notify/Notify_Event_Dispatch_Command.cpp:
* orbsvcs/orbsvcs/Notify/Notify_Event_Dispatch_Command.h:
* orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h:
- * orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp:
+ * orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp:
* orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h:
- * orbsvcs/orbsvcs/Notify/Notify_Update_Dispatch_Command.cpp:
+ * orbsvcs/orbsvcs/Notify/Notify_Update_Dispatch_Command.cpp:
* orbsvcs/orbsvcs/Notify/Notify_Update_Dispatch_Command.h:
* orbsvcs/orbsvcs/Notify/Notify_Event_Processor.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h:
All Command objects modified to callback Event_Processor after
eecuting command. Also, all command objects allocation is done here.
* orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.h:
+ * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.h:
* orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.h:
+ * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.h:
Added per proxy task creation.
-
+
* orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.cpp:
- * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.h:
Added code to populate QoS properties.
-
+
* orbsvcs/orbsvcs/Makefile.CosNotification:
updated dependencies, Notify will not build on older versions of
- g++ - yields perplexing compilation outputs with certain template
- usages in ESF.
-
+ g++ - yields perplexing compilation outputs with certain template
+ usages in ESF.
+
* orbsvcs/tests/Notify/Basic/Makefile:
- * orbsvcs/tests/Notify/Basic/README:
+ * orbsvcs/tests/Notify/Basic/README:
* orbsvcs/tests/Notify/Basic/Events_Test.cpp:
- * orbsvcs/tests/Notify/Basic/Events_Test.h:
+ * orbsvcs/tests/Notify/Basic/Events_Test.h:
Added test (under construction) to check if basic event transfer
succeeds.
@@ -102,7 +102,7 @@ Tue Aug 29 20:09:44 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
* tao/RT_Policies.cpp:
* tao/RT_Policies.h:
- Added support for CDR encoding/decoding of TAO specific
+ Added support for CDR encoding/decoding of TAO specific
Protocol Properties <TAO_Unix_Domain_Properties>
and <TAO_SMEM_Properties>.
@@ -111,10 +111,10 @@ Tue Aug 29 19:15:00 2000 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* tests/Portable_Interceptors/Benchmark/interceptors.cpp:
Added dynamic casts for RequestInfo class when they needed to
access TAO specific exception related methods.
-
+
Tue Aug 29 15:09:55 2000 Priyanka Gontla <pgontla@ece.uci.edu>
- * examples/Simple/time-date/Makefile:
+ * examples/Simple/time-date/Makefile:
Updated dependencies.
Tue Aug 29 14:32:25 2000 Carlos O'Ryan <coryan@uci.edu>
@@ -141,7 +141,7 @@ Tue Aug 29 01:26:06 2000 Marina Spivak <marina@cs.wustl.edu>
* tests/RTCORBA/RTCORBA_tests.dsw:
Added workspace for RTCORBA tests.
-
+
* tests/RTCORBA/Server_Protocol/Makefile
* tests/RTCORBA/Client_Propagated/Makefile: