summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBA.pidl')
-rw-r--r--TAO/tao/CORBA.pidl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/CORBA.pidl b/TAO/tao/CORBA.pidl
new file mode 100644
index 00000000000..b6ce0f6987f
--- /dev/null
+++ b/TAO/tao/CORBA.pidl
@@ -0,0 +1,13 @@
+// $Id$
+
+// This will have all new definitions that will go in to CORBA from
+// now on.
+
+#ifndef TAO_CORBA_IDL
+#define TAO_CORBA_IDL
+
+#include <orb.idl>
+
+// This file is deprecated.
+
+#endif