uiacceltk/hitchcock/ServerCore/Src/alfappsrvsessionBase.cpp
branchRCL_3
changeset 17 c9d868f1e20c
parent 13 3a60ebea00d0
child 18 1801340c26a2
equal deleted inserted replaced
15:cd0ae4656946 17:c9d868f1e20c
   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     if (AlfAppUi()->BridgerClient())
       
   410         {
       
   411         AlfAppUi()->BridgerClient()->SendBlind(EAlfVolunteerForGoomTarget, TIpcArgs(iData->iSecureId, iData->iClientWindowGroupId));
       
   412         }
       
   413     }
   409     }
   414 
   410 
   415 // ---------------------------------------------------------------------------
   411 // ---------------------------------------------------------------------------
   416 // 
   412 // 
   417 // ---------------------------------------------------------------------------
   413 // ---------------------------------------------------------------------------
  1138                 }
  1134                 }
  1139             }
  1135             }
  1140         CleanupStack::PopAndDestroy();
  1136         CleanupStack::PopAndDestroy();
  1141         }
  1137         }
  1142     }
  1138     }
       
  1139     
       
  1140 TUint CAlfAppSrvSessionBase::SecureId()
       
  1141     {
       
  1142     if (iData)
       
  1143         {
       
  1144         return iData->iSecureId;
       
  1145         }
       
  1146     return 0;
       
  1147     }            
  1143    
  1148    
  1144 // End of file    
  1149 // End of file    
  1145 
  1150