summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-13 23:22:12 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-13 23:22:12 +0000
commit3d61a5eb2726a6f1a642d46360f3a9037df0dbb9 (patch)
tree64d204e6fb5175e9b029aa2f8b7148236e1fcc1e
parentc417429e8e0a0bd37019f4056cf2783a199b26ef (diff)
downloadATCD-3d61a5eb2726a6f1a642d46360f3a9037df0dbb9.tar.gz
ChangeLogTag:Mon Mar 13 17:20:51 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a24
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp1
2 files changed, 16 insertions, 9 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 35fc2149019..9aa8748836d 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,17 +1,23 @@
+Mon Mar 13 17:20:51 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * orbsvcs/tests/Event/lib/Counting_Supplier.cpp:
+ Initialize the TTL field for the Gateway tests. Thanks to Bala
+ for reporting this problem.
+
Mon Mar 13 13:52:03 2000 Jeff Parsons <parsons@cs.wustl.edu>
- * tao/Any.cpp:
- Inverted the logic of a boolean return value in the case
- where we do a CDR stream extraction in the >>= (to_object)
- operator. We were returning the negation of the success of
- the stream extraction. Thanks to Boris Sukholitko
- <boris@webglide.com> for pointing this out.
+ * tao/Any.cpp:
+ Inverted the logic of a boolean return value in the case
+ where we do a CDR stream extraction in the >>= (to_object)
+ operator. We were returning the negation of the success of
+ the stream extraction. Thanks to Boris Sukholitko
+ <boris@webglide.com> for pointing this out.
Mon Mar 13 12:55:14 2000 Balachandran Natarajan <bala@cs.wustl.edu>
- * tests/Faults/run_test.pl: Removed the core file that gets
- generated in the test. The client is crashed to test the
- robustness of the server.
+ * tests/Faults/run_test.pl: Removed the core file that gets
+ generated in the test. The client is crashed to test the
+ robustness of the server.
Mon Mar 13 10:19:08 2000 Bala <bala@cs.wustl.edu>
diff --git a/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp b/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp
index 9a00d75dffb..26ab04bffb6 100644
--- a/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp
+++ b/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp
@@ -139,6 +139,7 @@ EC_Counting_Supplier::push (const RtecEventComm::EventSet&,
event.length (1);
event[0].header.source = this->event_source_;
event[0].header.type = this->event_type_;
+ event[0].header.ttl = 1;
this->consumer_proxy_->push (event, ACE_TRY_ENV);
ACE_CHECK;