summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Linear_Priority/client.cpp
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/RTCORBA/Linear_Priority/client.cpp
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/RTCORBA/Linear_Priority/client.cpp')
-rw-r--r--TAO/tests/RTCORBA/Linear_Priority/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/RTCORBA/Linear_Priority/client.cpp b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
index 3f5f1a6179c..7334600bc90 100644
--- a/TAO/tests/RTCORBA/Linear_Priority/client.cpp
+++ b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
@@ -31,11 +31,11 @@ parse_args (int argc, char **argv)
break;
case 'i':
- iterations = ::atoi (get_opts.opt_arg ());
+ iterations = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'd':
- debug = ::atoi (get_opts.opt_arg ());
+ debug = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'x':