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).
15 const unsigned long PLESK_VENDOR_ID
= 40000;
18 #endif
/* _LOADER_CONST_IDL_ */