omadm/omadmappui/src/NSmlDMSyncAppEngine.cpp
branchRCL_3
changeset 9 db6d61d7814f
parent 0 3ce708148e4d
equal deleted inserted replaced
4:75a71fdb4c92 9:db6d61d7814f
   201 //
   201 //
   202 void CNSmlDMSyncAppEngine::SynchronizeL( TDesC& aServerName,
   202 void CNSmlDMSyncAppEngine::SynchronizeL( TDesC& aServerName,
   203                                          TInt aProfileId,
   203                                          TInt aProfileId,
   204                                          TInt aJobId,
   204                                          TInt aJobId,
   205                                          TInt aConnectionBearer,
   205                                          TInt aConnectionBearer,
   206                                          const TBool aUseFotaProgressNote )
   206                                          const TBool aUseFotaProgressNote,
       
   207                                          TBool aSilent)
   207     {
   208     {
   208    	FLOG( "[OMADM] CNSmlDMSyncAppEngine::SynchronizeL:" );
   209    	FLOG( "[OMADM] CNSmlDMSyncAppEngine::SynchronizeL:" );
   209 
   210 
   210     iProgressShown = ETrue;
   211     iProgressShown = ETrue;
   211     TInt err = RProperty::Set( KPSUidNSmlDMSyncApp,
   212     TInt err = RProperty::Set( KPSUidNSmlDMSyncApp,
   215     										err ) );
   216     										err ) );
   216     iSyncHandler->SynchronizeL( aServerName, 
   217     iSyncHandler->SynchronizeL( aServerName, 
   217                                 aProfileId, 
   218                                 aProfileId, 
   218                                 aJobId, 
   219                                 aJobId, 
   219                                 aConnectionBearer,
   220                                 aConnectionBearer,
   220                                 aUseFotaProgressNote );
   221                                 aUseFotaProgressNote,
       
   222                                 aSilent);
   221     }
   223     }
   222 
   224 
   223 // -----------------------------------------------------------------------------
   225 // -----------------------------------------------------------------------------
   224 // CNSmlDMSyncAppEngine::ShowProgressDialogL
   226 // CNSmlDMSyncAppEngine::ShowProgressDialogL
   225 // -----------------------------------------------------------------------------
   227 // -----------------------------------------------------------------------------