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()

voidDoCancel()[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()

voidDoRunL()[private, virtual]

SetDiskMissing(TBool)

voidSetDiskMissing(TBoolaMissing)[inline]

Parameters

TBool aMissing

SetWrongId(TBool)

voidSetWrongId(TBoolaWrongId)[inline]

Parameters

TBool aWrongId

Start(const TDriveUnit &, TUint)

TInt Start(const TDriveUnit &aDrive,
TUintaUniqueId
)

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]