summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA_String.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBA_String.inl')
-rw-r--r--TAO/tao/CORBA_String.inl14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/CORBA_String.inl b/TAO/tao/CORBA_String.inl
index 79c40246dcd..a6c4093675d 100644
--- a/TAO/tao/CORBA_String.inl
+++ b/TAO/tao/CORBA_String.inl
@@ -72,6 +72,13 @@ CORBA::String_var::_retn (void)
return temp;
}
+/// TAO extension.
+ACE_INLINE char *
+CORBA::String_var::ptr (void)
+{
+ return this->ptr_;
+}
+
// ----------------------------------------------------
// String_out type
// ----------------------------------------------------
@@ -206,6 +213,13 @@ CORBA::WString_var::_retn (void)
return temp;
}
+/// TAO extension.
+ACE_INLINE CORBA::WChar *
+CORBA::WString_var::ptr (void)
+{
+ return this->ptr_;
+}
+
// ----------------------------------------------------
// String_out type
// ----------------------------------------------------