304 bool PopErrorAndPrint( FILE* stream );
377 void AddError(
ERROR_CODE code,
const string & desc );
380 virtual void MessageCallback(
const MessageBase* from,
const MessageData& data );
391 bool m_ErrorLastCallFlag;
392 stack< ErrorObj > m_ErrorStack;
395 ~ErrorMgrSingleton();
396 ErrorMgrSingleton( ErrorMgrSingleton
const& copy );
397 ErrorMgrSingleton& operator=( ErrorMgrSingleton
const& copy );