omadrm/drmhelper/src/drmhelper.cpp
changeset 2 76350b5be3d8
parent 0 95b198f216e5
child 9 89a1f2bd800d
child 23 493788a4a8a4
equal deleted inserted replaced
1:c562c0bc23e5 2:76350b5be3d8
  5602         TAiwGenericParam param( EGenericParamFile, variantObject );
  5602         TAiwGenericParam param( EGenericParamFile, variantObject );
  5603         paramList->AppendL( param );
  5603         paramList->AppendL( param );
  5604 
  5604 
  5605         CAknLaunchAppService* launchAppService =
  5605         CAknLaunchAppService* launchAppService =
  5606             CAknLaunchAppService::NewL( KUidDRMUI, this, paramList );
  5606             CAknLaunchAppService::NewL( KUidDRMUI, this, paramList );
       
  5607         
       
  5608         CleanupStack::PushL( launchAppService );
  5607         iWait.Start();
  5609         iWait.Start();
  5608         delete launchAppService;
  5610 
  5609 
  5611         CleanupStack::PopAndDestroy( 2, paramList ); // paramList, launchAppService
  5610         CleanupStack::PopAndDestroy( paramList ); // paramList
       
  5611         }
  5612         }
  5612     else
  5613     else
  5613         {
  5614         {
  5614         // no UI to embed, launch Rights Manager UI stand-alone
  5615         // no UI to embed, launch Rights Manager UI stand-alone
  5615 
  5616