syncmlfw/dm/treemodule/src/nsmldmddf.cpp
branchRCL_3
changeset 76 3cdbd92ee07b
parent 62 19bba8228ff0
equal deleted inserted replaced
69:a082c848c9a9 76:3cdbd92ee07b
   632 		HBufC8* luid = iDbSession.GetLuidAllocL(iAdapterId,aURI);
   632 		HBufC8* luid = iDbSession.GetLuidAllocL(iAdapterId,aURI);
   633 		CleanupStack::PushL(luid);
   633 		CleanupStack::PushL(luid);
   634 		// FOTA 
   634 		// FOTA 
   635 		// For the FOTA adapter put the correlator to aObject instead of
   635 		// For the FOTA adapter put the correlator to aObject instead of
   636 		// data.
   636 		// data.
   637 		if ( iAdapterId == KNSmlDMFotaAdapterImplUid || iAdapterId == KNSmlDMAMAdapterImplUid
   637 		if ( iAdapterId == KNSmlDMFotaAdapterImplUid || iAdapterId == KNSmlDMAMAdapterImplUid)
   638 				|| iAdapterId == KNSmlDMLawMoAdapterImplUid)
       
   639 			{
   638 			{
   640 			iSessionArray[iSessionId-1].ExecuteCommandL(iAdapterId,*luid,
   639 			iSessionArray[iSessionId-1].ExecuteCommandL(iAdapterId,*luid,
   641 				aStatusRef,aURI,aCorrelator,aType,aLargeItem);
   640 				aStatusRef,aURI,aCorrelator,aType,aLargeItem);
   642 			}
   641 			}
   643 		else
   642 		else