summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp b/TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp
index 293192bb0b5..8745c4ffb63 100644
--- a/TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp
+++ b/TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp
@@ -9,6 +9,7 @@
#include "ace/Dynamic_Service.h"
#include "ace/Truncate.h"
+#include <cstring>
#ifndef __ACE_INLINE__
# include "tao/AnyTypeCode/Value_TypeCode_Static.inl"
@@ -146,7 +147,7 @@ TAO::TypeCode::Value<char const *,
Traits<char const *>::get_string (lhs_field.name);;
char const * const rhs_name = tc->member_name (i);
- if (ACE_OS::strcmp (lhs_name, rhs_name) != 0)
+ if (std::strcmp (lhs_name, rhs_name) != 0)
return false;
CORBA::TypeCode_ptr const lhs_tc =
@@ -223,8 +224,7 @@ TAO::TypeCode::Value<char const *,
CORBA::TypeCode_ptr const *,
TAO::TypeCode::Value_Field<char const *,
CORBA::TypeCode_ptr const *> const *,
- TAO::Null_RefCount_Policy>::get_compact_typecode_i (
- ) const
+ TAO::Null_RefCount_Policy>::get_compact_typecode_i () const
{
ACE_Array_Base<Value_Field<CORBA::String_var, CORBA::TypeCode_var> >
tc_fields (this->nfields_);
@@ -364,8 +364,7 @@ TAO::TypeCode::Value<char const *,
CORBA::TypeCode_ptr const *,
TAO::TypeCode::Value_Field<char const *,
CORBA::TypeCode_ptr const *> const *,
- TAO::Null_RefCount_Policy>::concrete_base_type_i (
- ) const
+ TAO::Null_RefCount_Policy>::concrete_base_type_i () const
{
return
CORBA::TypeCode::_duplicate (