summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Context.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-04 05:21:39 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-04 05:21:39 +0000
commit04f13977330f4b8f3420a6c3e80d8a0b75e50c58 (patch)
treeb9ad21287a6b112d22cd757718af5c60419de77b /TAO/tao/Service_Context.cpp
parent48fea8412a22e7a3ce12afeea8d9363027a7428d (diff)
downloadATCD-04f13977330f4b8f3420a6c3e80d8a0b75e50c58.tar.gz
ChangeLogTag:Tue Nov 4 04:55:40 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/tao/Service_Context.cpp')
-rw-r--r--TAO/tao/Service_Context.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Service_Context.cpp b/TAO/tao/Service_Context.cpp
index 8ae56ed54cd..3d24b561d92 100644
--- a/TAO/tao/Service_Context.cpp
+++ b/TAO/tao/Service_Context.cpp
@@ -4,12 +4,12 @@
#include "tao/Service_Context.h"
-#include "ace/OS_String.h"
-
#if !defined (__ACE_INLINE__)
# include "tao/Service_Context.inl"
#endif /* ! __ACE_INLINE__ */
+#include "ace/OS_NS_string.h"
+
ACE_RCSID (tao,
Service_Context,
"$Id$")
@@ -30,7 +30,7 @@ TAO_Service_Context::set_context_i (IOP::ServiceId id,
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 ();
}
@@ -50,7 +50,7 @@ TAO_Service_Context::set_context_i (IOP::ServiceContext &context,
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 ();
}
}