303 bool PopErrorAndPrint( FILE* stream );
376 void AddError(
ERROR_CODE code,
const string & desc );
379 virtual void MessageCallback(
const MessageBase* from,
const MessageData& data );
390 bool m_ErrorLastCallFlag;
391 stack< ErrorObj > m_ErrorStack;
394 ~ErrorMgrSingleton();
395 ErrorMgrSingleton( ErrorMgrSingleton
const& copy );
396 ErrorMgrSingleton& operator=( ErrorMgrSingleton
const& copy );