VPbkEngUtils::MAsyncCallback Class Reference

class VPbkEngUtils::MAsyncCallback

Asynchronous callback interface

Public Member Functions
~MAsyncCallback ()
void Error ( TInt )
void operator() ()

Constructor & Destructor Documentation

~MAsyncCallback()

~MAsyncCallback ( ) [inline, virtual]

Destructor

Member Functions Documentation

Error(TInt)

void Error ( TInt aError ) [pure virtual]

Called if operator()() leaves.

Parameters

TInt aError

operator()()

void operator() ( ) [pure virtual]

Calls the callback function.