uiacceltk/hitchcock/ServerCore/Src/alfeffectutils.cpp
branchRCL_3
changeset 12 f93c875b566e
parent 10 7c5dd702d6d3
child 13 3a60ebea00d0
equal deleted inserted replaced
10:7c5dd702d6d3 12:f93c875b566e
   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();