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