taskswitcher/contextengine/tsfswpreviewprovider/src/tspreviewproviderclient.cpp
branchRCL_3
changeset 11 ff572dfe6d86
parent 4 4d54b72983ae
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
   203             const TInt id = in.ReadInt32L();
   203             const TInt id = in.ReadInt32L();
   204             const TInt handle = in.ReadInt32L();
   204             const TInt handle = in.ReadInt32L();
   205             SetProperties( handle, id, EOperationUnregister );
   205             SetProperties( handle, id, EOperationUnregister );
   206             }
   206             }
   207             break;
   207             break;
       
   208         case NPreviewMsg::EBitmapRotationNeeded90:
       
   209             {
       
   210             const TInt id = in.ReadInt32L();
       
   211             const TInt handle = in.ReadInt32L();
       
   212             SetProperties( handle, id, EOperationBitmapRotation90 );
       
   213             }
       
   214             break;
       
   215         case NPreviewMsg::EBitmapRotationNeeded270:
       
   216             {
       
   217             const TInt id = in.ReadInt32L();
       
   218             const TInt handle = in.ReadInt32L();
       
   219             SetProperties( handle, id, EOperationBitmapRotation270 );
       
   220             }
       
   221             break;
   208         }
   222         }
   209 
   223 
   210     TSLOG_OUT();
   224     TSLOG_OUT();
   211     }
   225     }
   212 
   226