uiacceltk/hitchcock/ServerCore/Inc/alfhierarchymodel.h
changeset 21 6ce30188c5bf
parent 19 f5bac0badc7e
--- a/uiacceltk/hitchcock/ServerCore/Inc/alfhierarchymodel.h	Mon May 03 13:22:43 2010 +0300
+++ b/uiacceltk/hitchcock/ServerCore/Inc/alfhierarchymodel.h	Fri May 14 16:46:13 2010 +0300
@@ -83,7 +83,7 @@
     
     void RequestPacketEndCallback( TInt aOffset );
     
-    void RequestFrameEndCallback();
+    void RequestFrameEndCallback(TBool aCompositionModified);
 
     RHashMap<TUint32,CNodeHashStruct> iNodeHashArray;
     
@@ -144,7 +144,7 @@
      *
      * @since S60 ?S60_version
      */
-    void ExecuteCommandsL();
+    void ExecuteCommandsL(TBool aCompositionModified = EFalse);
     
     // Commands from window tree oberver at renderstage
     void DoNodeCreatedL();