#include <lti_delegates.h>
Public Member Functions | |
virtual | ~LTIErrorDelegate (void) |
virtual void | handleError (LT_STATUS errorCode)=0 |
Report an error. |
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 |
LizardTech |