summaryrefslogtreecommitdiff
path: root/TAO/tao/orb_types.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/orb_types.pidl')
-rw-r--r--TAO/tao/orb_types.pidl20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tao/orb_types.pidl b/TAO/tao/orb_types.pidl
new file mode 100644
index 00000000000..db680fcacf8
--- /dev/null
+++ b/TAO/tao/orb_types.pidl
@@ -0,0 +1,20 @@
+// -*- IDL -*-
+
+// $Id$
+
+// 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 */