uiacceltk/hitchcock/ServerCore/Src/alfappsrvsession.cpp
changeset 60 5dafecb0892a
parent 46 180438f24a1e
equal deleted inserted replaced
58:57d26d31c595 60:5dafecb0892a
   241 // ---------------------------------------------------------------------------
   241 // ---------------------------------------------------------------------------
   242 // From class CAlfAppSrvSessionBase.
   242 // From class CAlfAppSrvSessionBase.
   243 // Called when client receives focus.
   243 // Called when client receives focus.
   244 // ---------------------------------------------------------------------------
   244 // ---------------------------------------------------------------------------
   245 //   
   245 //   
   246 void CAlfAppSrvSession::FocusGainedL( TBool aDoTransitionEffect )
   246 void CAlfAppSrvSession::FocusGainedL( TBool /*aDoTransitionEffect*/ )
   247     {
   247     {
   248     iFocused = ETrue;
   248     iFocused = ETrue;
   249     DeliverTextureInfo();
   249     DeliverTextureInfo();
   250     
   250     
   251     // update frame rate
   251     // update frame rate
   308 // ---------------------------------------------------------------------------
   308 // ---------------------------------------------------------------------------
   309 // From class CAlfAppSrvSessionBase.
   309 // From class CAlfAppSrvSessionBase.
   310 // Called when client loses focus.
   310 // Called when client loses focus.
   311 // ---------------------------------------------------------------------------
   311 // ---------------------------------------------------------------------------
   312 //
   312 //
   313 TBool CAlfAppSrvSession::FocusLostL( TBool aDoTransitionEffect )
   313 TBool CAlfAppSrvSession::FocusLostL( TBool /*aDoTransitionEffect*/ )
   314     {
   314     {
   315     iFocused = EFalse;
   315     iFocused = EFalse;
   316 
   316 
   317     TBool didTransition = EFalse;
   317     TBool didTransition = EFalse;
   318     
   318