24 #ifndef _DAI_ERROREVENT_H_
25 #define _DAI_ERROREVENT_H_
48 const char*
function()
const;
55 OdAnsiString m_description;
56 OdAnsiString m_functionId;
60 #define MAKE_ERROR_EVENT(errorId, description) daiErrorEvent::makeErrorEvent(errorId, description, TD_FUNC)
const char * description() const
daiErrorEvent(const char *functionId, daiErrorId errorId, const char *description=0)
daiErrorEvent(const daiErrorEvent &other)
static daiErrorEventPtr makeErrorEvent(daiErrorId errorId, const char *description, const char *functionName)
OdSharedPtr< daiErrorEvent > daiErrorEventPtr