summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/loader_const.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/loader_const.idl')
-rw-r--r--TAO/tests/IDL_Test/loader_const.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/IDL_Test/loader_const.idl b/TAO/tests/IDL_Test/loader_const.idl
deleted file mode 100644
index c12c20623ea..00000000000
--- a/TAO/tests/IDL_Test/loader_const.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _LOADER_CONST_IDL_
-#define _LOADER_CONST_IDL_
-
-// This include caused a crash when another IDL file is processed after
-// this one in one pass. The node in the AST corresponding to the CORBA
-// module where the basic types are declared contained garbage due to
-// subsequent openings in the included file, which are destroyed between
-// files in the list (unlike the one containing the basic types).
-#include <orb.idl>
-
-#pragma prefix ""
-
-module Plesk {
- const unsigned long PLESK_VENDOR_ID = 40000;
-}; /* module Plesk */
-
-#endif /* _LOADER_CONST_IDL_ */