summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/Valuetype/StringValue.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/Valuetype/StringValue.pidl')
-rw-r--r--ACE/TAO/tao/Valuetype/StringValue.pidl23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/TAO/tao/Valuetype/StringValue.pidl b/ACE/TAO/tao/Valuetype/StringValue.pidl
new file mode 100644
index 00000000000..fd31cd3a930
--- /dev/null
+++ b/ACE/TAO/tao/Valuetype/StringValue.pidl
@@ -0,0 +1,23 @@
+// -*- IDL -*-
+//
+// $Id$
+
+// ================================================================
+// Standard Value Box Definitions
+// as specified in OMG document formal/01-12-35
+// ================================================================
+
+
+#ifndef TAO_CORBA_STRING_VALUE_IDL
+#define TAO_CORBA_STRING_VALUE_IDL
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ valuetype StringValue string;
+ valuetype WStringValue wstring;
+
+};
+
+#endif /* TAO_CORBA_STRING_VALUE_IDL */