syncmlfw/dm/treemodule/src/nsmldmddf.cpp
branchRCL_3
changeset 59 13d7c31c74e0
parent 28 915074efc433
child 61 b183ec05bd8c
equal deleted inserted replaced
58:4af31167ea77 59:13d7c31c74e0
   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)
   638 			{
   639 			{
   639 			iSessionArray[iSessionId-1].ExecuteCommandL(iAdapterId,*luid,
   640 			iSessionArray[iSessionId-1].ExecuteCommandL(iAdapterId,*luid,
   640 				aStatusRef,aURI,aCorrelator,aType,aLargeItem);
   641 				aStatusRef,aURI,aCorrelator,aType,aLargeItem);
   641 			}
   642 			}
   642 		else
   643 		else