summaryrefslogtreecommitdiff
path: root/TAO/tao/InterfaceDef.pidl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-08 01:08:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-08 01:08:32 +0000
commit7504d68268eea946c85e109a9fb7cbb9ace55810 (patch)
tree7ab7c47d9e7d717d76039c027c28553562075526 /TAO/tao/InterfaceDef.pidl
parent86759a74d10c3e4a32a8d029f538eb0731ee122e (diff)
downloadATCD-7504d68268eea946c85e109a9fb7cbb9ace55810.tar.gz
ChangeLogTag:Thu Feb 7 17:06:24 2002 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/InterfaceDef.pidl')
-rw-r--r--TAO/tao/InterfaceDef.pidl28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/tao/InterfaceDef.pidl b/TAO/tao/InterfaceDef.pidl
new file mode 100644
index 00000000000..81eacc638e7
--- /dev/null
+++ b/TAO/tao/InterfaceDef.pidl
@@ -0,0 +1,28 @@
+/**
+ * @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
+
+#include <InterfaceDef.pidl>
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ interface InterfaceDef;
+};
+
+#pragma prefix ""
+
+#endif /* TAO_CORBA_INTERFACEDEF_PIDL */