#include <baerrhan.h>
| class CBaErrorHandler : public CBase |
| Public Member Functions | |
|---|---|
| TErrorHandlerResponse | CallBack(TInt, TDes &, TDes &) |
| pure virtual TErrorHandlerResponse | HandleError(TDes &, TDes &) |
deliberately *not* mixable - else couldn't be freely cast
| TErrorHandlerResponse | CallBack | ( | TInt | aErrorNumber, |
| TDes & | aErrorText, | |||
| TDes & | aContextText | |||
| ) | [static, inline] | |||
| TErrorHandlerResponse | HandleError | ( | TDes & | aErrorText, |
| TDes & | aContextText | |||
| ) | [pure virtual] | |||