uiacceltk/hitchcock/ServerCore/Src/alfeffectutils.cpp
changeset 27 70e659bb284f
parent 21 6ce30188c5bf
child 28 423dd85009cf
equal deleted inserted replaced
26:8eb818df3c66 27:70e659bb284f
   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     if (iType == AknTransEffect::EParameterType)
   831         {
   830         {
   832         iToSecureId = aStream.ReadInt32L();
   831         iToSecureId = aStream.ReadInt32L();
   833         iFromSecureId = aStream.ReadInt32L();
   832         iFromSecureId = aStream.ReadInt32L();
   834         /*screen1 =*/aStream.ReadInt32L();
       
   835         /*screen2 =*/aStream.ReadInt32L();
       
   836         }
   833         }
   837     /*TInt flags =*/
   834     /*TInt flags =*/
   838     aStream.ReadInt32L();
   835     aStream.ReadInt32L();
   839     iRect.iTl.iX = aStream.ReadInt32L();
   836     iRect.iTl.iX = aStream.ReadInt32L();
   840     iRect.iTl.iY = aStream.ReadInt32L();
   837     iRect.iTl.iY = aStream.ReadInt32L();