|
|
|
Location:
babackup.h
class MBackupObserver
Supported from 6.0
Backup server wrapper observer interface.
This interface is implemented by the program owning files that need registering with the backup server.
Defined in MBackupObserver:
ChangeFileLockL(), EReleaseLockNoAccess, EReleaseLockReadOnly, ETakeLock, TFileLockFlags
virtual void ChangeFileLockL(const TDesC& aFileName, TFileLockFlags aFlags)=0;
Called by the server to request the file owner to change the lock on the specified file.
|
TFileLockFlags
Flags indicating how to change a file lock.
|