summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-30 20:26:42 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-30 20:26:42 +0000
commit16aa6024af314c99e5a47c9b8d452583873d7d2f (patch)
treeca1d99765755a1c3132d668f426bd66e4babe5a8
parent3704265765ca47e1389aa6b3f561bf9cf6d24207 (diff)
downloadATCD-16aa6024af314c99e5a47c9b8d452583873d7d2f.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a64
1 files changed, 36 insertions, 28 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1cff6eeb3ed..9963b70fb9c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Wed Aug 30 15:20:55 2000 Pradeep Gore <pradeep@cs.wustl.edu>
+
+ Fix for compile errors:
+ * orbsvcs/orbsvcs/Makefile.CosNotification:
+ Link with -lTAO_DynamicAny also, because we depend on the
+ Trader.
+ * orbsvcs/orbsvcs/Notify/Notify_Event.h:
+ Included TimeBaseC.h
+
Wed Aug 30 14:18:46 2000 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/util/utl_global.cpp:
@@ -35,28 +44,27 @@ Wed Aug 30 10:18:15 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Tue Aug 29 20:28:30 2000 Pradeep Gore <pradeep@cs.wustl.edu>
* orbsvcs/orbsvcs/Notify/Notify_Listeners.h:
+ 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.
- 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.
-
- TAO_Notify_Event_Listener:
- + virtual TAO_Notify_Worker_Task* filter_eval_task (void) = 0;
- + virtual TAO_Notify_Worker_Task* event_dispatch_task (void) = 0;
+ TAO_Notify_Event_Listener:
+ + virtual TAO_Notify_Worker_Task* filter_eval_task (void) = 0;
+ + virtual TAO_Notify_Worker_Task* event_dispatch_task (void) = 0;
- TAO_Notify_Event_Source:
- + virtual TAO_Notify_Worker_Task* filter_eval_task (void) = 0;
+ 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:
- Constructor takes TAO_Notify_Event* parameter.
+ Constructor takes TAO_Notify_Event* parameter.
* 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.
- Therefore, id recycling is removed.
+ As per the last code review, Carlos pointed out that id recycling
+ 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.h:
@@ -65,10 +73,10 @@ Tue Aug 29 20:28:30 2000 Pradeep Gore <pradeep@cs.wustl.edu>
* orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp:
* orbsvcs/orbsvcs/Notify/Notify_FilterAdmin_i.cpp:
* orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp:
- Removed .put and .next calls to TAO_Notify_ID_Pool class.
+ Removed .put and .next calls to TAO_Notify_ID_Pool class.
* orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp:
- make Copy_On_Write the default collection.
+ Make Copy_On_Write the default collection.
* orbsvcs/orbsvcs/Notify/Notify_Worker_Task.cpp:
* orbsvcs/orbsvcs/Notify/Notify_Worker_Task.h:
@@ -78,12 +86,12 @@ Tue Aug 29 20:28:30 2000 Pradeep Gore <pradeep@cs.wustl.edu>
* 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*
+ 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:
- Added per event QoS properties and accessors for them.
+ 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.h:
@@ -97,34 +105,34 @@ Tue Aug 29 20:28:30 2000 Pradeep Gore <pradeep@cs.wustl.edu>
* orbsvcs/orbsvcs/Notify/Notify_Update_Dispatch_Command.h:
* orbsvcs/orbsvcs/Notify/Notify_Event_Processor.cpp:
* 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.
+ All Command objects modified to callback Event_Processor after
+ executing 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_ProxySupplier_T.cpp:
* orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.h:
- Added per proxy task creation.
+ Added per proxy task creation.
* orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.cpp:
* orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.h:
- Added code to populate QoS properties.
+ 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.
+ Updated dependencies, Notify will not build on older versions of
+ 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/Events_Test.cpp:
* orbsvcs/tests/Notify/Basic/Events_Test.h:
- Added test (under construction) to check if basic event transfer
- succeeds.
+ Added test (under construction) to check if basic event transfer
+ succeeds.
* orbsvcs/examples/Notify/Filter/Filter.cpp:
* orbsvcs/examples/Notify/Subscribe/Subscribe.cpp:
- fix for http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=626
+ Fix for http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=626
Tue Aug 29 20:09:44 2000 Angelo Corsaro <corsaro@cs.wustl.edu>