CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IcePreprocessor.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------
8 //----------------------------------------------------------------------
9 
10 //----------------------------------------------------------------------
11 // Include Guard
12 #ifndef RecoTracker_MkFitCore_src_Ice_IcePreprocessor_h
13 #define RecoTracker_MkFitCore_src_Ice_IcePreprocessor_h
14 
15 #define FUNCTION extern "C"
16 
17 // Cosmetic stuff [mainly useful with multiple inheritance]
18 #define override(base_class) virtual
19 
20 // Down the hatch
21 // #pragma inline_depth( 255 ) // MT: this annoys gcc.
22 
23 #endif // __ICEPREPROCESSOR_H__