|
|
|
|
Location:
gsmustor.h
class CGsmuBackupObserver : public CBase, private MBackupOperationObserver;
Closes all SAR stores if a backup event starts.
This is internal and not intended for use.
MBackupOperationObserver - Backup operation observer interface
CBase - Base class for all classes to be instantiated on the heap
CGsmuBackupObserver - Closes all SAR stores if a backup event starts
Defined in CGsmuBackupObserver:
AddSARStoreL(), HandleBackupOperationEventL(), NewL(), RemoveSARStore(), ~CGsmuBackupObserver()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from MBackupOperationObserver:
EAbort,
EEnd,
ENone,
EStart,
Reserved1(),
TOperationType
IMPORT_C void RemoveSARStore(const CSARStore &aSARStore);
|
private: virtual void HandleBackupOperationEventL(const TBackupOperationAttributes &aBackupOperationAttributes);
Called when a backup or restore operation either starts or ends.
|