summaryrefslogtreecommitdiff
path: root/TAO/tao/Tagged_Components.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Tagged_Components.cpp')
-rw-r--r--TAO/tao/Tagged_Components.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Tagged_Components.cpp b/TAO/tao/Tagged_Components.cpp
index 9a969cc4820..f386beb90b3 100644
--- a/TAO/tao/Tagged_Components.cpp
+++ b/TAO/tao/Tagged_Components.cpp
@@ -2,12 +2,12 @@
#include "tao/Tagged_Components.h"
-#include "ace/OS_String.h"
-
#if !defined (__ACE_INLINE__)
# include "tao/Tagged_Components.i"
#endif /* ! __ACE_INLINE__ */
+#include "ace/OS_NS_string.h"
+
ACE_RCSID (tao,
Tagged_Components,
"$Id$")
@@ -85,7 +85,7 @@ TAO_Tagged_Components::set_component_i (IOP::ComponentId tag,
i != 0;
i = i->cont ())
{
- ACE_OS_String::memcpy (buf, i->rd_ptr (), i->length ());
+ ACE_OS::memcpy (buf, i->rd_ptr (), i->length ());
buf += i->length ();
}