MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
error delegate (callback) base class More...
#include <lti_delegates.h>
Public Member Functions | |
virtual | ~LTIErrorDelegate (void) |
virtual void | handleError (LT_STATUS errorCode)=0 |
Report an error. |
This abstract class is used for implementing a mechanism to asynchronously report errors that cannot be handled locally.
If an error occurs, the callback should be fired with the error's status code.
Definition at line 99 of file lti_delegates.h.
virtual LTIErrorDelegate::~LTIErrorDelegate | ( | void | ) | [virtual] |
virtual void LTIErrorDelegate::handleError | ( | LT_STATUS | errorCode | ) | [pure virtual] |
This function should be implemented to handle an error code.
Once fired, the error will be forgotten.
errorCode | an LT_STATUS describing what went wrong |