uiacceltk/hitchcock/ServerCore/Src/alfeffectutils.cpp
changeset 25 f7f1ae431f74
parent 21 6ce30188c5bf
child 35 ac76c975c9be
equal deleted inserted replaced
21:6ce30188c5bf 25:f7f1ae431f74
   816 void CFullScreenEffectState::ConstructL(
   816 void CFullScreenEffectState::ConstructL(
   817         TInt aAction,
   817         TInt aAction,
   818         RMemReadStream& aStream)
   818         RMemReadStream& aStream)
   819     {
   819     {
   820     iAction = aAction;
   820     iAction = aAction;
   821 
       
   822     iHandle = aStream.ReadInt32L();
   821     iHandle = aStream.ReadInt32L();
   823 
       
   824     iType = aStream.ReadInt32L();
   822     iType = aStream.ReadInt32L();
       
   823     iTimeoutTriggered = aStream.ReadInt32L();
   825     iToWg = aStream.ReadInt32L();
   824     iToWg = aStream.ReadInt32L();
   826     iFromWg = aStream.ReadInt32L();
   825     iFromWg = aStream.ReadInt32L();
   827     iToAppId = aStream.ReadInt32L();
   826     iToAppId = aStream.ReadInt32L();
   828     iFromAppId = aStream.ReadInt32L();
   827     iFromAppId = aStream.ReadInt32L();
   829 
   828 
   830     if (iType == AknTransEffect::EParameterType)
   829     iToSecureId = aStream.ReadInt32L();
   831         {
   830     iFromSecureId = aStream.ReadInt32L();
   832         iToSecureId = aStream.ReadInt32L();
       
   833         iFromSecureId = aStream.ReadInt32L();
       
   834         /*screen1 =*/aStream.ReadInt32L();
       
   835         /*screen2 =*/aStream.ReadInt32L();
       
   836         }
       
   837     /*TInt flags =*/
   831     /*TInt flags =*/
   838     aStream.ReadInt32L();
   832     aStream.ReadInt32L();
   839     iRect.iTl.iX = aStream.ReadInt32L();
   833     iRect.iTl.iX = aStream.ReadInt32L();
   840     iRect.iTl.iY = aStream.ReadInt32L();
   834     iRect.iTl.iY = aStream.ReadInt32L();
   841     iRect.iBr.iX = aStream.ReadInt32L();
   835     iRect.iBr.iX = aStream.ReadInt32L();