126class ErrorMgrSingleton :
public MessageBase
313 bool PopErrorAndPrint( FILE* stream );
386 void AddError(
ERROR_CODE code,
const string & desc );
389 virtual void MessageCallback(
const MessageBase* from,
const MessageData& data );
400 bool m_ErrorLastCallFlag;
401 stack< ErrorObj > m_ErrorStack;
404 ~ErrorMgrSingleton();
405 ErrorMgrSingleton( ErrorMgrSingleton
const& copy );
406 ErrorMgrSingleton& operator=( ErrorMgrSingleton
const& copy );