backupandrestore/backupengine/inc/sbedataowner.h
branchRCL_3
changeset 13 81da3301b632
parent 0 d0791faffa3f
--- a/backupandrestore/backupengine/inc/sbedataowner.h	Tue May 25 13:35:25 2010 +0300
+++ b/backupandrestore/backupengine/inc/sbedataowner.h	Wed Jun 09 10:36:33 2010 +0300
@@ -50,6 +50,8 @@
 	_LIT(KCentRepProcessName, "centralrepositorysrv.exe");
 	_LIT8(KYes, "yes");
 	
+	const TTimeIntervalMicroSeconds32 KABCallbackDefaultTimeout(200000000);
+	
 	// Forwards
 	class CABServer;
 	class CDataOwnerManager;
@@ -196,7 +198,7 @@
 		*/
 		TActiveInformation() :
 			iSupported(EFalse), iRequiresDelayToPrepareData(EFalse),
-			iSupportsSelective(EFalse), iSupportsIncremental(ETrue), iActiveDataOwner(EFalse), iActiveType(EActiveOnly)
+			iSupportsSelective(EFalse), iSupportsIncremental(ETrue), iActiveDataOwner(EFalse), iActiveType(EActiveOnly), iCallbackDelayTime(KABCallbackDefaultTimeout)
 				{
 				}
 	public:
@@ -207,6 +209,7 @@
 		TUint8	iSupportsIncremental; /*<! Supports Incremental */
 		TUint8	iActiveDataOwner; /*<! Although we say we're active, we're not really */
 		TActiveType	iActiveType; /*<! Type of the Active DO */
+		TTimeIntervalMicroSeconds32  iCallbackDelayTime; /*<! Callback Delay Time */
 		};
 		
 	/** Data Owner support classes and enums */