--- a/omadm/omadmappui/inc/NSmlDMSyncHandler.h Tue Feb 02 00:03:17 2010 +0200
+++ b/omadm/omadmappui/inc/NSmlDMSyncHandler.h Fri Feb 19 22:41:42 2010 +0200
@@ -225,7 +225,8 @@
const TInt aProfileId,
const TInt aJobId,
const TInt aConnectionBearer,
- const TBool aUseFotaProgressNote );
+ const TBool aUseFotaProgressNote,
+ const TBool aSilent);
/**
* Shows the progress dialog.
@@ -284,7 +285,12 @@
CNSmlDMSyncState* State();
public:
-
+
+ /**
+ * Starts synchronization.
+ * @return None
+ */
+ void StartSynchronizeL();
/**
* Utility function.
* @return ETrue if sync is currently running, EFalse otherwise.
@@ -383,6 +389,12 @@
// Identifies Fota progress note launched or not
TBool iFotaProgressLaunched;
+ // Set true for silent session
+ TBool iSilent;
+
+ public:
+ // Periodic timer active object to start synchronization
+ CPeriodic* iPeriodic;
};
#endif // NSMLDMSYNCHANDLER_H