CAsyncNotifier Class Reference

class CAsyncNotifier : public CBase

Notifier class must be unique to each thread so one per drive or threaded plugin should be used allocated in the file system. No longer global

Inherits from

Constructor & Destructor Documentation

CAsyncNotifier()

CAsyncNotifier ( ) [protected]

~CAsyncNotifier()

IMPORT_C ~CAsyncNotifier ( )

Member Functions Documentation

Connect()

TInt Connect ( ) [protected]

New()

IMPORT_C CAsyncNotifier * New ( ) [static]

Notify(const TDesC &, const TDesC &, const TDesC &, const TDesC &, TInt &)

IMPORT_C TInt Notify ( const TDesC & aLine1,
const TDesC & aLine2,
const TDesC & aButton1,
const TDesC & aButton2,
TInt & aButtonVal
)

Parameters

const TDesC & aLine1
const TDesC & aLine2
const TDesC & aButton1
const TDesC & aButton2
TInt & aButtonVal

SetMount(CMountCB *)

void SetMount ( CMountCB * aMount ) [inline]

Parameters

CMountCB * aMount

Member Data Documentation

CMountCB * iMount

CMountCB * iMount [private]

RNotifier iNotifier

RNotifier iNotifier [private]