uiacceltk/hitchcock/AlfRenderStage/inc/alfrssendbuffer.h
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
child 8 10534483575f
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   372          * This is used for filtering out sequential reset commands in window command stream
   372          * This is used for filtering out sequential reset commands in window command stream
   373          * 
   373          * 
   374          * @return Previous command
   374          * @return Previous command
   375          */
   375          */
   376         inline TInt PreviousCommand(){ return iPreviousCommand; } 
   376         inline TInt PreviousCommand(){ return iPreviousCommand; } 
       
   377       
       
   378         /**
       
   379          * Synchronize.
       
   380          * @param aId id to pass forward.
       
   381          */
       
   382         void Synchronize(TInt aId);
   377         
   383         
   378     public: // From CActive
   384     public: // From CActive
   379 
   385 
   380 	    void RunL();
   386 	    void RunL();
   381 	    void DoCancel();
   387 	    void DoCancel();