summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/orb_types.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/orb_types.pidl')
-rw-r--r--ACE/TAO/tao/orb_types.pidl38
1 files changed, 38 insertions, 0 deletions
diff --git a/ACE/TAO/tao/orb_types.pidl b/ACE/TAO/tao/orb_types.pidl
new file mode 100644
index 00000000000..d64d938a863
--- /dev/null
+++ b/ACE/TAO/tao/orb_types.pidl
@@ -0,0 +1,38 @@
+// -*- IDL -*-
+
+// ================================================================
+/**
+ * @file orb_types.pidl
+ *
+ * $Id$
+ *
+ * This file is used to generate the code in orb_typesC.* The command
+ * used to generate code is:
+ *
+ * tao_idl
+ * -o orig -SS -Sci
+ * -Wb,export_macro=TAO_Export
+ * -Wb,export_include="tao/TAO_Export.h"
+ * -Wb,pre_include="ace/pre.h"
+ * -Wb,post_include="ace/post.h"
+ * orb_types.pidl
+ */
+// ================================================================
+// -*- IDL -*-
+
+// Basic types
+
+#ifndef TAO_ORB_TYPES_IDL
+#define TAO_ORB_TYPES_IDL
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ typedef string ORBid;
+ typedef unsigned long Flags;
+ typedef string Identifier;
+ typedef string RepositoryId;
+};
+
+#endif /* TAO_ORB_TYPES_IDL */