MeVisLabToolboxReference
MeVis/Foundation/Sources/MLInventorBinding/SoInventorWrapperTrace.h
Go to the documentation of this file.
00001 #ifndef __SoInventorWrapperTrace_H
00002 #define __SoInventorWrapperTrace_H
00003 
00004 //----------------------------------------------------------------------------------
00005 // **InsertLicense** code
00006 //----------------------------------------------------------------------------------
00008 
00013 //----------------------------------------------------------------------------------
00014 
00015 // Include version information.
00016 #include <Inventor/SbBasic.h>
00017 
00018 // ----------------------------------------------
00019 // Include tracing macro stuff or undefine it
00020 // if it's not available.
00021 // ----------------------------------------------
00022 #if defined(SGI_VERSION) && SGI_VERSION >= 20200
00023 # include <Inventor/SoTrace.h>
00024 #else
00025 #ifndef SO_TRACE_IN
00026 # define SO_TRACE_IN(__classAndMethod___)
00027 #endif
00028 #endif
00029 
00030 #endif
00031