fotaapplication/fotaserver/FotaServer/src/fotadownload.cpp
changeset 22 19fb38abab1d
parent 0 b497e44ab2fc
equal deleted inserted replaced
5:3f7d9dbe57c8 22:19fb38abab1d
    34 #else
    34 #else
    35 #include <es_sock.h>
    35 #include <es_sock.h>
    36 #include <es_sock_partner.h>
    36 #include <es_sock_partner.h>
    37 #endif
    37 #endif
    38 #include <es_enum.h>
    38 #include <es_enum.h>
    39 #include <NSmlDMSync.rsg>	//OMA DM UI for reading resource
    39 //Commented for resolving APP dependencyy
       
    40 //#include <nsmldmsync.rsg>	//OMA DM UI for reading resource
       
    41 //Comment ends here
    40 #include <bautils.h>
    42 #include <bautils.h>
    41 #include <StringLoader.h>
    43 #include <StringLoader.h>
    42 #include <DevManInternalCRKeys.h> //for reading san feature
    44 #include <DevManInternalCRKeys.h> //for reading san feature
    43 #include <e32property.h>
    45 #include <e32property.h>
    44 #include "fotastorage.h"
    46 #include "fotastorage.h"
  1173 	    {
  1175 	    {
  1174 	    centrep->Get( KSilentOmaDlUIBehavior, behavior );
  1176 	    centrep->Get( KSilentOmaDlUIBehavior, behavior );
  1175 	    delete centrep;
  1177 	    delete centrep;
  1176 	    }
  1178 	    }
  1177 	centrep = NULL;
  1179 	centrep = NULL;
  1178 
  1180 //Commented for resolving APP dependency
       
  1181 /*
  1179 	if (iUserInitiatedResume || 
  1182 	if (iUserInitiatedResume || 
  1180 	        (behavior == EOmacdOffdlprgOn || behavior == EOmacdOndlprgOn))
  1183 	        (behavior == EOmacdOffdlprgOn || behavior == EOmacdOndlprgOn))
  1181 		{
  1184 		{
  1182 		FLOG(_L("Showing Connecting progress note..."));
  1185 		FLOG(_L("Showing Connecting progress note..."));
  1183 		iFotaServer->iParentApp->SetUIVisibleL ( ETrue , EFalse );
  1186 		iFotaServer->iParentApp->SetUIVisibleL ( ETrue , EFalse );
  1210 		iDLProgressDlg->SetTextL(buf->Des());
  1213 		iDLProgressDlg->SetTextL(buf->Des());
  1211 		CleanupStack::PopAndDestroy(buf);
  1214 		CleanupStack::PopAndDestroy(buf);
  1212 	
  1215 	
  1213 		iDLProgressDlg->RunLD();
  1216 		iDLProgressDlg->RunLD();
  1214 		}
  1217 		}
       
  1218 */
       
  1219 //Comment ends here
  1215 	FLOG(_L("CFotaDownload::ResumeDownloadL, Stage 1"));
  1220 	FLOG(_L("CFotaDownload::ResumeDownloadL, Stage 1"));
  1216 	
  1221 	
  1217 	iDownload = RetrieveDownloadL();
  1222 	iDownload = RetrieveDownloadL();
  1218 	if (iDownload)
  1223 	if (iDownload)
  1219 		{
  1224 		{