applicationmanagement/server/src/AMDownloadStore.cpp
changeset 52 6e38e48ee756
parent 47 d316aecb87fd
child 62 03849bd79877
equal deleted inserted replaced
49:c34c36d1c835 52:6e38e48ee756
   141     {
   141     {
   142     RDEBUG( "CAMDwnldQTWrap::StartDownload Start" );
   142     RDEBUG( "CAMDwnldQTWrap::StartDownload Start" );
   143 
   143 
   144     aComponent->SetCallback(this);
   144     aComponent->SetCallback(this);
   145     appdwnld = new appmgmtdownloadmgr(0, *this, aStatus);
   145     appdwnld = new appmgmtdownloadmgr(0, *this, aStatus);
   146     appdwnld->startDownload(aComponent);
   146     appdwnld->startDownload(aComponent, iap);
   147 
   147 
   148     RDEBUG( "CAMDwnldQTWrap::StartDownload End" );
   148     RDEBUG( "CAMDwnldQTWrap::StartDownload End" );
   149 
   149 
   150     }
   150     }
   151 
   151