summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-26 13:23:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-26 13:23:52 +0000
commit2601db79bf34cefcbf8f004d2edf5105c4bd623e (patch)
treef92c7e808306b4212f53b78eee70d78b5308697b /TAO/orbsvcs/tests/Event
parentf0e17b378fe1c3a18e90a46a09b3009815fa7aa4 (diff)
downloadATCD-2601db79bf34cefcbf8f004d2edf5105c4bd623e.tar.gz
Diffstat (limited to 'TAO/orbsvcs/tests/Event')
-rw-r--r--TAO/orbsvcs/tests/Event/UDP/receiver.cpp6
-rw-r--r--TAO/orbsvcs/tests/Event/UDP/sender.cpp2
2 files changed, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Event/UDP/receiver.cpp b/TAO/orbsvcs/tests/Event/UDP/receiver.cpp
index e538b520a3f..8024ef6f70b 100644
--- a/TAO/orbsvcs/tests/Event/UDP/receiver.cpp
+++ b/TAO/orbsvcs/tests/Event/UDP/receiver.cpp
@@ -243,6 +243,10 @@ main (int argc, char* argv[])
}
ACE_Time_Value tv (0, 100000);
ACE_OS::sleep (tv);
+ if (consumer.event_count () == 25)
+ {
+ break;
+ }
}
// **************** THAT COMPLETES THE EVENT LOOP
@@ -302,7 +306,7 @@ main (int argc, char* argv[])
// **************** THAT COMPLETES THE CLEANUP CODE
ACE_DEBUG ((LM_DEBUG,
- "MCast example terminated\n"));
+ "UDP receiver ready\n"));
}
ACE_CATCHANY
{
diff --git a/TAO/orbsvcs/tests/Event/UDP/sender.cpp b/TAO/orbsvcs/tests/Event/UDP/sender.cpp
index e0f5fa6e977..07d00c02a6a 100644
--- a/TAO/orbsvcs/tests/Event/UDP/sender.cpp
+++ b/TAO/orbsvcs/tests/Event/UDP/sender.cpp
@@ -267,7 +267,7 @@ main (int argc, char* argv[])
// **************** THAT COMPLETES THE CLEANUP CODE
ACE_DEBUG ((LM_DEBUG,
- "MCast example ready\n"));
+ "UDP sender ready\n"));
}
ACE_CATCHANY
{