summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
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 /TAO/orbsvcs/tests
parentc417429e8e0a0bd37019f4056cf2783a199b26ef (diff)
downloadATCD-3d61a5eb2726a6f1a642d46360f3a9037df0dbb9.tar.gz
ChangeLogTag:Mon Mar 13 17:20:51 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp1
1 files changed, 1 insertions, 0 deletions
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;