VPbkEngUtils::MAsyncCallback Class Reference

class VPbkEngUtils::MAsyncCallback

Asynchronous callback interface

Public Member Functions
~MAsyncCallback()
voidError(TInt)
voidoperator()()

Constructor & Destructor Documentation

~MAsyncCallback()

~MAsyncCallback()[inline, virtual]

Destructor

Member Functions Documentation

Error(TInt)

voidError(TIntaError)[pure virtual]

Called if operator()() leaves.

Parameters

TInt aError

operator()()

voidoperator()()[pure virtual]

Calls the callback function.