D:/WorkDir/SugoiProjects/SugoiTools/include/SugoiTools/debug_new_off.h

00001 //==========================================================
00002 // DebugNewOff.h
00003 //
00004 // Annulation des macros new et delete
00005 // Nécessaire lorsqu'on a inclu DebugNew.h dans un header,
00006 // il faut alors inclure DebugNewOff.h ŕ la fin de celui-ci
00007 // pour ne pas perturber le comportement des headers inclus
00008 // par la suite
00009 //
00010 //==========================================================
00011 
00012 #ifndef DEBUGNEWOFF_H
00013 #define DEBUGNEWOFF_H
00014 
00015 #include  "SugoiTools\config.h"
00016 namespace SGE{
00017 #if 0// SG_TLS_MEMORY_MANAGER
00018 
00019 #undef new
00020 #undef delete
00021 
00022 #endif //SG_TLS_MEMORY_MANAGER
00023           };//namespace SGE
00024 #endif // DEBUGNEWOFF_H

Generated on Mon Mar 19 23:15:11 2007 for SugoiTools by  doxygen 1.4.6-NO