#include <MrSIDPasswordDelegate.h>
Public Member Functions | |
MrSIDSimplePasswordDelegate (const char *password) | |
constructor | |
LT_STATUS | reportIncorrectPassword () |
failure user notification | |
LT_STATUS | getPassword () |
get the password |
Definition at line 110 of file MrSIDPasswordDelegate.h.
MrSIDSimplePasswordDelegate::MrSIDSimplePasswordDelegate | ( | const char * | password | ) |
Create a password delegate, using the given string.
password | the password to use to unlock the image |
LT_STATUS MrSIDSimplePasswordDelegate::reportIncorrectPassword | ( | ) | [virtual] |
This function just returns LT_STS_Failure.
Implements MrSIDPasswordDelegate.
LT_STATUS MrSIDSimplePasswordDelegate::getPassword | ( | ) | [virtual] |
This function does nothing, as the password is fixed (determined by parameter to constructor).
Implements MrSIDPasswordDelegate.
LizardTech |