summaryrefslogtreecommitdiff
path: root/TAO/examples/Buffered_Oneways/client.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 23:46:36 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 23:46:36 +0000
commit2e5c8d7f39ff2610b31f172c5e6a51ba7ea471c0 (patch)
tree38b9f6b43f6ebbdea3935512deba511120548ee2 /TAO/examples/Buffered_Oneways/client.cpp
parent4c64d3ee293981df5bd7478186f83d3958e57a5e (diff)
downloadATCD-2e5c8d7f39ff2610b31f172c5e6a51ba7ea471c0.tar.gz
Fri Jun 29 23:43:45 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/examples/Buffered_Oneways/client.cpp')
-rw-r--r--TAO/examples/Buffered_Oneways/client.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/examples/Buffered_Oneways/client.cpp b/TAO/examples/Buffered_Oneways/client.cpp
index 15375e78566..9a451d7e926 100644
--- a/TAO/examples/Buffered_Oneways/client.cpp
+++ b/TAO/examples/Buffered_Oneways/client.cpp
@@ -61,27 +61,27 @@ parse_args (int argc, char **argv)
break;
case 'f':
- flush_count = ::atoi (get_opts.opt_arg ());
+ flush_count = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'c':
- message_count = ::atoi (get_opts.opt_arg ());
+ message_count = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'b':
- message_bytes = ::atoi (get_opts.opt_arg ());
+ message_bytes = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'i':
- iterations = ::atoi (get_opts.opt_arg ());
+ iterations = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'z':
- interval = ::atoi (get_opts.opt_arg ());
+ interval = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 't':
- timeout = ::atoi (get_opts.opt_arg ());
+ timeout = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'x':