commondrm/drmutility/src/drmutilitywmdrmwrapper.cpp
changeset 2 76350b5be3d8
parent 0 95b198f216e5
child 9 89a1f2bd800d
child 23 493788a4a8a4
equal deleted inserted replaced
1:c562c0bc23e5 2:76350b5be3d8
   620 
   620 
   621         CAknLaunchAppService* launchAppService(
   621         CAknLaunchAppService* launchAppService(
   622                                     CAknLaunchAppService::NewL( KUidDRMUI,
   622                                     CAknLaunchAppService::NewL( KUidDRMUI,
   623                                                                 this,
   623                                                                 this,
   624                                                                 paramList ) );
   624                                                                 paramList ) );
       
   625         CleanupStack::PushL( launchAppService );
   625         iWait.Start();
   626         iWait.Start();
   626         delete launchAppService;
   627         CleanupStack::PopAndDestroy( 2, paramList );
   627         CleanupStack::PopAndDestroy( paramList );
       
   628         }
   628         }
   629     else
   629     else
   630         {
   630         {
   631         // no UI to embed, launch Rights Manager UI stand-alone
   631         // no UI to embed, launch Rights Manager UI stand-alone
   632         // check if Rights Manager UI is already running
   632         // check if Rights Manager UI is already running