//============================================================================= // drt/sys/sdebugi.cpp // Debugging trace info classes. // These are definitions for members of class DrtTraceInfo. // // History // 0.01, 1998-05-30, David R Tribble. // First cut. // // 0.02, 1999-02-26, David R Tribble. // Moved to drt/sys/. // // Copyright ©1998-1999, by David R. Tribble, all rights reserved. // See "drt/sys/copyr.txt" for more information. //----------------------------------------------------------------------------- // Identification static const char id[] = "@(#)drt/sys/sdebugi.cpp 0.02"; // Special includes #include "sdefs.hpp" #include "sdebug.hpp" // System includes #include #define drt_std_stdio_h 1 // Local wrappers drt_namespace_begin //----------------------------------------------------------------------------- // Shared class constants //----------------------------------------------------------------------------- #if DrtTraceInfo_VS/100 != 1 #error DrtTraceInfo_VS has changed #endif /*static*/ const int DrtTraceInfo::VS = DrtTraceInfo_VS; // Class version /*static*/ const unsigned int DrtTraceInfo::MAGIC = 0xD2D00B01; // Class magic number drt_namespace_end // End sdebugi.cpp