class MDialogProcessorObserver |
Mixin observer class to be derived from by classes wishing to use CDialogProcessor. When the relevant asynchronous function call completes the appropriate function will be called on the observer. Only completion functions used need to be implemented.
Public Member Functions | |
---|---|
IMPORT_C void | MDPOAuthenticateComplete(TInt) |
IMPORT_C void | MDPODestroyPctComplete(TInt) |
IMPORT_C void | MDPOLoginComplete(TInt) |
IMPORT_C void | MDPOQoSWarningComplete(TInt, TBool) |
IMPORT_C void | MDPOReadPctComplete(TInt) |
IMPORT_C void | MDPOReconnectComplete(TInt) |
IMPORT_C void | MDPOSelectComplete(TInt, const TConnectionSettings &) |
IMPORT_C void | MDPOSelectModemAndLocationComplete(TInt, const TConnectionSettings &) |
IMPORT_C void | MDPOWarnComplete(TInt, TBool) |
IMPORT_C void | MDPOAuthenticateComplete | ( | TInt | aError | ) | [virtual] |
TInt aError |
IMPORT_C void | MDPODestroyPctComplete | ( | TInt | aError | ) | [virtual] |
TInt aError |
IMPORT_C void | MDPOQoSWarningComplete | ( | TInt | aError, |
TBool | aResponse | |||
) | [virtual] |
IMPORT_C void | MDPOReadPctComplete | ( | TInt | aError | ) | [virtual] |
TInt aError |
IMPORT_C void | MDPOReconnectComplete | ( | TInt | aError | ) | [virtual] |
TInt aError |
IMPORT_C void | MDPOSelectComplete | ( | TInt | aError, |
const TConnectionSettings & | aSettings | |||
) | [virtual] |
TInt aError | |
const TConnectionSettings & aSettings |
IMPORT_C void | MDPOSelectModemAndLocationComplete | ( | TInt | aError, |
const TConnectionSettings & | aSettings | |||
) | [virtual] |
TInt aError | |
const TConnectionSettings & aSettings |