CMsvNotifyDiskChange Class Reference

class CMsvNotifyDiskChange : public CMsgActive

Inherits from

Constructor & Destructor Documentation

CMsvNotifyDiskChange(RFs &, MMsvDiskChangeObserver &)

CMsvNotifyDiskChange ( RFs & aFs,
MMsvDiskChangeObserver & aObserver
)

Parameters

RFs & aFs
MMsvDiskChangeObserver & aObserver

~CMsvNotifyDiskChange()

~CMsvNotifyDiskChange ( )

Member Functions Documentation

DoCancel()

void DoCancel ( ) [private, virtual]

Implements cancellation of an outstanding request.

This function is called as part of the active object's Cancel() .

It must call the appropriate cancel function offered by the active object's asynchronous service provider. The asynchronous service provider's cancel is expected to act immediately.

DoCancel() must not wait for event completion; this is handled by Cancel() .

CActive::Cancel

DoRunL()

void DoRunL ( ) [private, virtual]

SetDiskMissing(TBool)

void SetDiskMissing ( TBool aMissing ) [inline]

Parameters

TBool aMissing

SetWrongId(TBool)

void SetWrongId ( TBool aWrongId ) [inline]

Parameters

TBool aWrongId

Start(const TDriveUnit &, TUint)

TInt Start ( const TDriveUnit & aDrive,
TUint aUniqueId
)

Parameters

const TDriveUnit & aDrive
TUint aUniqueId

Member Data Documentation

TBool iDiskMissing

TBool iDiskMissing [private]

TBool iDiskRemoved

TBool iDiskRemoved [private]

TDriveUnit iDrive

TDriveUnit iDrive [private]

RFs & iFs

RFs & iFs [private]

MMsvDiskChangeObserver & iObserver

MMsvDiskChangeObserver & iObserver [private]

TUint iUniqueId

TUint iUniqueId [private]

TBool iWrongId

TBool iWrongId [private]