summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-08-15 14:19:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-08-15 14:19:28 +0000
commit5fed5b9bd06ff2e7763307127b3c71ceefeb743d (patch)
treee49e200c6a2c3aba69d1916171795c9fd2dca708 /TAO
parentbf5be783afa2c18319027ebffe36381894ff3e64 (diff)
downloadATCD-5fed5b9bd06ff2e7763307127b3c71ceefeb743d.tar.gz
ChangeLogTag: Fri Aug 15 14:19:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp b/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp
index 4e73b01a2fd..507dfd48390 100644
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp
@@ -120,7 +120,7 @@ Supplier::run (int argc, char* argv[])
event[j].header.type = MY_EVENT_TYPE;
}
- for (int i = 1; i != 2000; ++i)
+ for (int i = 1; i != 4000; ++i)
{
if (i % 100 == 0)
{