taskswitcher/contextengine/tsfswserver/engine/src/tsfshiddenapplist.cpp
branchRCL_3
changeset 31 89165693e770
parent 17 b8fae6b8a148
equal deleted inserted replaced
28:d721605b30d0 31:89165693e770
   150     iHiddenAppList = new (ELeave) CArrayFixFlat<TInt>( KMaxGranularity );
   150     iHiddenAppList = new (ELeave) CArrayFixFlat<TInt>( KMaxGranularity );
   151     User::LeaveIfError( iProperty.Attach( KPSUidUikon, KUikAppHiddenList, EOwnerThread ) );
   151     User::LeaveIfError( iProperty.Attach( KPSUidUikon, KUikAppHiddenList, EOwnerThread ) );
   152 
   152 
   153     // must not call RunL directly from here as things are not fully initialized yet
   153     // must not call RunL directly from here as things are not fully initialized yet
   154     TRequestStatus* status = &iStatus;
   154     TRequestStatus* status = &iStatus;
       
   155     SetActive();
   155     User::RequestComplete( status, KErrNone );
   156     User::RequestComplete( status, KErrNone );
   156     SetActive();
       
   157     }
   157     }
   158 
   158 
   159 // -----------------------------------------------------------------------------
   159 // -----------------------------------------------------------------------------
   160 // CTsFsHiddenAppList::ResetArray
   160 // CTsFsHiddenAppList::ResetArray
   161 // -----------------------------------------------------------------------------
   161 // -----------------------------------------------------------------------------