patchdata.h File Reference

IMPORT_C const TInt KBaBackupFileLockReRegistrationTimeout

IMPORT_C const TIntKBaBackupFileLockReRegistrationTimeout

This 32-bit variable is used to define the timer length for the BAFL backup session file lock notification re-registration timer.

This is defined as amount of time it is expected for a client application to process a file lock notification and re-register for future notifications. If the timer expires a backup may be initiated without all file lock changes having been processed.

The default value is 3 seconds.

This variable is changed at ROM build time using the patchdata obey keyword. See Symbian OS Developer Library documentation on how to patch DLL data exports.

IMPORT_C const TInt KBaBackupCloseallFilesTimeout

IMPORT_C const TIntKBaBackupCloseallFilesTimeout

This 32-bit variable is used to define the polling frequency for the non-derived BAFL backup server file lock notification timer.

If a non-derived version of the BAFL backup server is to be used to change backup file lock states, by calling CloseAllFiles, a timer will be started to periodically check if all file lock notifications have been processed. If they have or the timer expires 3 times the CloseAllFiles function call will be completed.

This variable defines the period of that timer.

The default value is 3 seconds - leading to a default maximum of 9 seconds for file lock changes to be processed in a non-derived backup server.

This variable is changed at ROM build time using the patchdata obey keyword. See Symbian OS Developer Library documentation on how to patch DLL data exports.