Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / IDL_Test / loader_const.idl
blob2156a437eef7c2548f0a8eb955a5157219d2fefb
1 #ifndef _LOADER_CONST_IDL_
2 #define _LOADER_CONST_IDL_
4 // This include caused a crash when another IDL file is processed after
5 // this one in one pass. The node in the AST corresponding to the CORBA
6 // module where the basic types are declared contained garbage due to
7 // subsequent openings in the included file, which are destroyed between
8 // files in the list (unlike the one containing the basic types).
9 #include <orb.idl>
11 #pragma prefix ""
13 module Plesk
15 const unsigned long PLESK_VENDOR_ID = 40000;
16 }; /* module Plesk */
18 #endif /* _LOADER_CONST_IDL_ */