diff options
author | Steve Huston <shuston@riverace.com> | 2004-06-16 19:12:11 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-06-16 19:12:11 +0000 |
commit | b7c56158967a920048c3799465611c0394aabfe8 (patch) | |
tree | 019836b4458c7219fdfda69918432f0384ed8dde /performance-tests/UDP | |
parent | 5afea950298d353d91da42bfc154e0fc5f03115f (diff) | |
download | ATCD-b7c56158967a920048c3799465611c0394aabfe8.tar.gz |
ChangeLogTag:Wed Jun 16 15:02:39 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'performance-tests/UDP')
-rw-r--r-- | performance-tests/UDP/udp_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/performance-tests/UDP/udp_test.cpp b/performance-tests/UDP/udp_test.cpp index 93b86f8385c..449c998f3ae 100644 --- a/performance-tests/UDP/udp_test.cpp +++ b/performance-tests/UDP/udp_test.cpp @@ -25,6 +25,7 @@ #include "ace/High_Res_Timer.h" #include "ace/Log_Msg.h" #include "ace/OS_NS_stdio.h" +#include "ace/OS_NS_ctype.h" #include "ace/OS_NS_arpa_inet.h" #include "ace/OS_NS_string.h" #include "ace/os_include/os_netdb.h" @@ -720,7 +721,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) 1); ACE_INET_Addr remote_addr; - if (isdigit(argv[getopt.opt_ind ()][0])) + if (ACE_OS::ace_isdigit(argv[getopt.opt_ind ()][0])) { if (remote_addr.set (dstport, (ACE_UINT32) ACE_OS::inet_addr |