13 #ifndef LTI_DELEGATES_H 14 #define LTI_DELEGATES_H 42 virtual ~LTIInterruptDelegate(
void);
54 virtual LT_STATUS getInterruptStatus(
void) = 0;
113 virtual void handleError(
LT_STATUS errorCode) = 0;
118 #endif // LTI_DELEGATES_H progress delegate (callback) base class
This file contains a number of enums, typedefs, etc, that are used throughout the MrSID SDK...
lt_uint32 LT_STATUS
An integral status code.
virtual ~LTIProgressDelegate(void)
virtual LT_STATUS setProgressStatus(float percentComplete)=0
set percent completed
error delegate (callback) base class
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces
interrupt delegate (callback) base class