summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.pidl')
-rw-r--r--TAO/tao/ORB.pidl15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/ORB.pidl b/TAO/tao/ORB.pidl
deleted file mode 100644
index 861d78c131e..00000000000
--- a/TAO/tao/ORB.pidl
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// $Id$
-//
-
-#pragma prefix "omg.org"
-
-module CORBA
-{
- interface ORB {
- exception InvalidName {
- };
- };
-};
-
-#pragma prefix ""