summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneway_Timeouts
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 01:34:03 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 01:34:03 +0000
commitc5982b67ad295b131f6a3018321736241a17ef4f (patch)
tree04307a926b4d15576ea15d2e86d98e49e0eeb468 /TAO/tests/Oneway_Timeouts
parent893ef20831727d7e4b35ca5b07d1baffeada3c70 (diff)
downloadATCD-c5982b67ad295b131f6a3018321736241a17ef4f.tar.gz
Fri Jun 29 01:27:22 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/Oneway_Timeouts')
-rw-r--r--TAO/tests/Oneway_Timeouts/server.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Oneway_Timeouts/server.cpp b/TAO/tests/Oneway_Timeouts/server.cpp
index 0df5c20605d..50d6dc6b176 100644
--- a/TAO/tests/Oneway_Timeouts/server.cpp
+++ b/TAO/tests/Oneway_Timeouts/server.cpp
@@ -154,6 +154,7 @@ namespace {
void print_usage ()
{
+ //FUZZ: disable check_for_lack_ACE_OS
cout << "server [-activate_delay ms] [-run_delay ms] [-request_delay ms] "
"[-abort_after n]\n"
"\t[-expected n=0] [-elapsed_max ms=0] [-elapsed_min ms=0] "
@@ -163,6 +164,7 @@ namespace {
"\trun_delay Millisecond delay before ORB::run ().\n"
"\trequest_delay Millisecond delay within each servant request.\n"
"\tabort_after abort () after N requests.\n" << endl;
+ //FUZZ: enable check_for_lack_ACE_OS
}
bool parse_command_line (int ac, char *av[])