diff -r 13d7c31c74e0 -r b183ec05bd8c syncmlfw/dm/treemodule/src/nsmldmddf.cpp --- a/syncmlfw/dm/treemodule/src/nsmldmddf.cpp Thu Aug 19 10:44:50 2010 +0300 +++ b/syncmlfw/dm/treemodule/src/nsmldmddf.cpp Tue Aug 31 16:04:06 2010 +0300 @@ -225,7 +225,7 @@ { TBool returnstatus = ETrue; TPtrC8 Uri1 = NSmlDmURI::URISeg(aURI,1); - if( iAddRootNodesList )//dm case + if( iAddRootNodesList ) { TPtrC8 FindUri = NSmlDmURI::URISeg(aURI,2); HBufC8* puri = HBufC8::NewLC(Uri1.Length()+FindUri.Length()+2); @@ -634,8 +634,7 @@ // FOTA // For the FOTA adapter put the correlator to aObject instead of // data. - if ( iAdapterId == KNSmlDMFotaAdapterImplUid || iAdapterId == KNSmlDMAMAdapterImplUid - || iAdapterId == KNSmlDMLawMoAdapterImplUid) + if ( iAdapterId == KNSmlDMFotaAdapterImplUid || iAdapterId == KNSmlDMAMAdapterImplUid) { iSessionArray[iSessionId-1].ExecuteCommandL(iAdapterId,*luid, aStatusRef,aURI,aCorrelator,aType,aLargeItem);