summaryrefslogtreecommitdiff
path: root/TAO/tao/InconsistentTypeCode.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/InconsistentTypeCode.pidl')
-rw-r--r--TAO/tao/InconsistentTypeCode.pidl27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tao/InconsistentTypeCode.pidl b/TAO/tao/InconsistentTypeCode.pidl
deleted file mode 100644
index d4ae99d1619..00000000000
--- a/TAO/tao/InconsistentTypeCode.pidl
+++ /dev/null
@@ -1,27 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// InconsistentTypeCode.pidl
-//
-// = DESCRIPTION
-// ORB exception thrown by the ORB Dynamic Any factory functions
-//
-// = AUTHOR
-// OMG
-//
-// ============================================================================
-
-#pragma prefix "omg.org"
-
-module CORBA
-{
- interface ORB {
- // The exception thrown by the ORB Dynamic Any factory functions
- exception InconsistentTypeCode {};
- };
-};