summaryrefslogtreecommitdiff
path: root/tao/AnyTypeCode_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/AnyTypeCode_Adapter.h')
-rw-r--r--tao/AnyTypeCode_Adapter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tao/AnyTypeCode_Adapter.h b/tao/AnyTypeCode_Adapter.h
index af26e94bd84..67b830deeb1 100644
--- a/tao/AnyTypeCode_Adapter.h
+++ b/tao/AnyTypeCode_Adapter.h
@@ -124,6 +124,10 @@ ANYTYPECODE__EXCEPTION_LIST
virtual void insert_into_any (CORBA::Any * any, const std::string & value) = 0;
+#if !defined(ACE_LACKS_STD_WSTRING)
+ virtual void insert_into_any (CORBA::Any * any, const std::wstring & value) = 0;
+#endif /* ACE_LACKS_STD_WSTRING */
+
virtual void insert_into_any (CORBA::Any * any, CORBA::Policy_ptr policy) = 0;
virtual void insert_into_any (CORBA::Any * any, CORBA::Policy_ptr * policy) = 0;