summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA_String.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBA_String.h')
-rw-r--r--TAO/tao/CORBA_String.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/CORBA_String.h b/TAO/tao/CORBA_String.h
index d4c8f58fa51..a066ad183b2 100644
--- a/TAO/tao/CORBA_String.h
+++ b/TAO/tao/CORBA_String.h
@@ -26,8 +26,6 @@
// For the (W)String_var and (W)String_out iostream operators.
#include "ace/iosfwd.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_String_Manager;
class TAO_WString_Manager;
@@ -41,6 +39,7 @@ namespace CORBA
//@{
TAO_Export char * string_alloc (ULong len);
TAO_Export char * string_dup (const char *);
+ TAO_Export char * string_dup (const WChar *);
TAO_Export void string_free (char *);
//@}
@@ -51,8 +50,9 @@ namespace CORBA
*/
//@{
TAO_Export WChar * wstring_alloc (ULong len);
- TAO_Export WChar * wstring_dup (const WChar * const);
- TAO_Export void wstring_free (WChar * const);
+ TAO_Export WChar * wstring_dup (const WChar *);
+ TAO_Export WChar * wstring_dup (const char *);
+ TAO_Export void wstring_free (WChar *);
//@}
/**
@@ -333,8 +333,6 @@ operator>> (istream &, CORBA::WString_out &);
# endif /* ACE_LACKS_IOSTREAM_TOTALLY */
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
# include "tao/CORBA_String.inl"
#endif /* ! __ACE_INLINE__ */