summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/InterfaceDef.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/InterfaceDef.pidl')
-rw-r--r--ACE/TAO/tao/InterfaceDef.pidl26
1 files changed, 26 insertions, 0 deletions
diff --git a/ACE/TAO/tao/InterfaceDef.pidl b/ACE/TAO/tao/InterfaceDef.pidl
new file mode 100644
index 00000000000..63eb842b319
--- /dev/null
+++ b/ACE/TAO/tao/InterfaceDef.pidl
@@ -0,0 +1,26 @@
+/**
+ * @file InterfaceDef.pidl
+ *
+ * $Id$
+ *
+ * @brief Define the CORBA::InterfaceDef type.
+ *
+ * This file is used to provide a definition for the CORBA::InterfaceDef
+ * type, it is *NOT* pre-compiled, but included from other
+ * pre-compiled files.
+ *
+ */
+
+#ifndef TAO_CORBA_INTERFACEDEF_PIDL
+#define TAO_CORBA_INTERFACEDEF_PIDL
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ interface InterfaceDef;
+};
+
+#pragma prefix ""
+
+#endif /* TAO_CORBA_INTERFACEDEF_PIDL */