summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-08-06 15:02:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-08-06 15:02:49 +0000
commit76ac1d341ca03cd8b96e0e7a5afb997678970611 (patch)
treefe223f9823efb23a4820935e2be3bf7c438636cc
parent22ab0528d020345d742bf3a1839367df594eaa4b (diff)
downloadATCD-76ac1d341ca03cd8b96e0e7a5afb997678970611.tar.gz
ChangeLogTag: Wed Aug 06 15:00:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog25
-rw-r--r--TAO/docs/ec_options.html22
2 files changed, 29 insertions, 18 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 78d5e1b2b84..d020eee791e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 6 15:01:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * docs/ec_options.html:
+ Extended documentation of RTEC options.
+
Tue Aug 5 15:20:00 UTC 2003 Gautam Thaker <gthaker@atl.lmco.com>
Please email any questions/comments about this update to
@@ -107,7 +112,7 @@ Mon Aug 4 18:28:13 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h: Made the
signature changes that were necessitated from "Mon Aug 4
11:06:55 2003 Balachandran Natarajan
- <bala@dre.vanderbilt.edu>".
+ <bala@dre.vanderbilt.edu>".
Mon Aug 4 18:01:52 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -139,31 +144,31 @@ Mon Aug 4 11:06:55 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Tagged_Components.cpp (remove_component):
* tao/Tagged_Components.h: Added a new method which removes tagged
components from the list of tagged components based on component
- id.
+ id.
- * tao/IORManipulation/IOR.pidl:
+ * tao/IORManipulation/IOR.pidl:
* tao/IORManipulation/IORC.cpp:
* tao/IORManipulation/IORC.h:
* tao/IORManipulation/IORC.i: A new operation, remove_primary_tag
() on TAO_IOP::TAO_IOR_Property interface. Please see
- documentation for details.
+ documentation for details.
Further all operations in TAO_IOP::TAO_IOR_Property interface
that modify parameters have been made inout instead of just
- in. This was causing all sorts of confusion for a normal user.
-
+ in. This was causing all sorts of confusion for a normal user.
+
* tao/IORManipulation/IORManipulation.cpp:
* tao/IORManipulation/IORManipulation.h: A concrete implementation
- of remove_primary_tag () within the IORManipulation library.
+ of remove_primary_tag () within the IORManipulation library.
* orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp:
* orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h: A concrete
implementation of remove_primary_tag () within the
- FaultTolerance library.
+ FaultTolerance library.
Thanks to Milan Cvetkovic <mcvetcovic@mpathix.com>, for
- motivating the above changes and providing the patches.
-
+ motivating the above changes and providing the patches.
+
Mon Aug 4 000:09:26 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/IFRService/Container_i.cpp:
diff --git a/TAO/docs/ec_options.html b/TAO/docs/ec_options.html
index 6b15a2f2197..1308a5bcac6 100644
--- a/TAO/docs/ec_options.html
+++ b/TAO/docs/ec_options.html
@@ -300,8 +300,10 @@ static EC_Factory "-ECFiltering basic ....."
<EM>period</EM>
</TD>
<TD>Set the period (in microseconds) used by the reactive
- consumer control policy to poll the state of the
- consumers.
+ consumer control policy (set <EM>ECConsumerControl</EM> to
+ <EM>reactive</EM>) to poll the state of the consumers.
+ When set to 0 there is no polling but the
+ reactive strategy is in place.
</TD>
</TR>
@@ -311,8 +313,10 @@ static EC_Factory "-ECFiltering basic ....."
<EM>period</EM>
</TD>
<TD>Set the period (in microseconds) used by the reactive
- supplier control policy to poll the state of the
- suppliers.
+ supplier control policy (set <EM>ECSupplierControl</EM> to
+ <EM>reactive</EM>) to poll the state of the suppliers.
+ When set to 0 there is no polling but the
+ reactive strategy is in place.
</TD>
</TR>
@@ -322,8 +326,9 @@ static EC_Factory "-ECFiltering basic ....."
<EM>timeout</EM>
</TD>
<TD>Set the timeout period (in microseconds) used by the reactive
- consumer control policy to detect a timeout when polling the state
- of the consumers.
+ consumer control policy (set <EM>ECConsumerControl</EM> to
+ <EM>reactive</EM>) to detect a timeout when polling the state
+ of the consumers.
</TD>
</TR>
@@ -333,8 +338,9 @@ static EC_Factory "-ECFiltering basic ....."
<EM>timeout</EM>
</TD>
<TD>Set the timeout period (in microseconds) used by the reactive
- supplier control policy to detect a timeout when polling the state
- of the suppliers.
+ supplier control policy (set <EM>ECSupplierControl</EM> to
+ <EM>reactive</EM>) to detect a timeout when polling the state
+ of the suppliers.
</TD>
</TR>