MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
LTIErrorDelegate Class Referenceabstract

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. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

virtual LTIErrorDelegate::~LTIErrorDelegate ( void  )
virtual

Member Function Documentation

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.

Parameters
errorCodean LT_STATUS describing what went wrong

The documentation for this class was generated from the following file:

LizardTech