summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-28 00:06:10 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-28 00:06:10 +0000
commitf4260b9eae07e4510f50a41e2124370512daf84f (patch)
treed87dfc671858eef9398d9bad66940d7be7eb665c /TAO/tao/Profile.cpp
parent100fccc7d797d74c4f0ee9910878eade86e79ae1 (diff)
downloadATCD-f4260b9eae07e4510f50a41e2124370512daf84f.tar.gz
Thu Jun 28 00:03:58 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r--TAO/tao/Profile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp
index 8e7d1c16c2d..b3e3fff0e10 100644
--- a/TAO/tao/Profile.cpp
+++ b/TAO/tao/Profile.cpp
@@ -14,7 +14,7 @@
#include "ace/ACE.h"
#include "ace/OS_NS_string.h"
-#include "ace/os_include/os_ctype.h"
+#include "ace/OS_NS_ctype.h"
#if !defined (__ACE_INLINE__)
#include "tao/Profile.inl"
@@ -663,9 +663,9 @@ TAO_Profile::parse_string (const char *ior)
// version is one that we accept.
// Check for version
- if (isdigit (ior [0]) &&
+ if (ACE_OS::ace_isdigit (ior [0]) &&
ior[1] == '.' &&
- isdigit (ior [2]) &&
+ ACE_OS::ace_isdigit (ior [2]) &&
ior[3] == '@')
{
// @@ This may fail for non-ascii character sets [but take that