uiacceltk/hitchcock/AlfRenderStage/inc/alfrssendbuffer.h
branchRCL_3
changeset 9 3ac8bf5c5014
parent 6 10534483575f
child 10 7c5dd702d6d3
equal deleted inserted replaced
8:46927d61fef3 9:3ac8bf5c5014
   397          * Synchronize.
   397          * Synchronize.
   398          * @param aId id to pass forward.
   398          * @param aId id to pass forward.
   399          */
   399          */
   400         void Synchronize(TInt aId);
   400         void Synchronize(TInt aId);
   401         
   401         
       
   402         void SetCompositionModified()
       
   403             {
       
   404             iCompositionModified = ETrue;    
       
   405             }
       
   406         
   402     public: // From CActive
   407     public: // From CActive
   403 
   408 
   404 	    void RunL();
   409 	    void RunL();
   405 	    void DoCancel();
   410 	    void DoCancel();
   406 
   411 
   816         TInt iPreviousBlockOffset;
   821         TInt iPreviousBlockOffset;
   817         TInt iExtraLayerId;
   822         TInt iExtraLayerId;
   818         TBool iLayersEnabled;
   823         TBool iLayersEnabled;
   819 #endif        
   824 #endif        
   820         TInt iOrientation;
   825         TInt iOrientation;
       
   826         TBool iCompositionModified;
   821 	};
   827 	};
   822 #endif /*CALFSENDBUFFER_H_*/
   828 #endif /*CALFSENDBUFFER_H_*/