uiacceltk/hitchcock/ServerCore/Src/alfappsrvsessionBase.cpp
branchRCL_3
changeset 18 1801340c26a2
parent 17 c9d868f1e20c
equal deleted inserted replaced
17:c9d868f1e20c 18:1801340c26a2
   404 // 
   404 // 
   405 EXPORT_C void CAlfAppSrvSessionBase::SetClientWindowGroupId(TInt aId)
   405 EXPORT_C void CAlfAppSrvSessionBase::SetClientWindowGroupId(TInt aId)
   406     {
   406     {
   407     __ASSERT_DEBUG(iData, USER_INVARIANT());
   407     __ASSERT_DEBUG(iData, USER_INVARIANT());
   408     iData->iClientWindowGroupId = aId;
   408     iData->iClientWindowGroupId = aId;
       
   409 	//Adding this app to goom list - otherwise app like photos will never be killed
       
   410     if (AlfAppUi()->BridgerClient())
       
   411         {
       
   412         AlfAppUi()->BridgerClient()->SendBlind(EAlfVolunteerForGoomTarget, TIpcArgs(iData->iSecureId, iData->iClientWindowGroupId));
       
   413         }
   409     }
   414     }
   410 
   415 
   411 // ---------------------------------------------------------------------------
   416 // ---------------------------------------------------------------------------
   412 // 
   417 // 
   413 // ---------------------------------------------------------------------------
   418 // ---------------------------------------------------------------------------