uiacceltk/hitchcock/AlfRenderStage/src/alfrssendbuffer.cpp
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".
   860         WriteInt8L( EAlfCommandEndMarker );
   860         WriteInt8L( EAlfCommandEndMarker );
   861 		}
   861 		}
   862     }
   862     }
   863 
   863 
   864 // ---------------------------------------------------------------------------
   864 // ---------------------------------------------------------------------------
       
   865 // Synchronize
       
   866 // ---------------------------------------------------------------------------
       
   867 //
       
   868 void CAlfRsSendBuffer::Synchronize(TInt aId)
       
   869     {
       
   870     if ( iAlfBridgerClient )
       
   871         {
       
   872         TIpcArgs args(aId);
       
   873         iAlfBridgerClient->SendSynch(EAlfSynchronize, args); // error ignored
       
   874         }
       
   875     }
       
   876 
       
   877 // ---------------------------------------------------------------------------
   865 // ConnectL
   878 // ConnectL
   866 // ---------------------------------------------------------------------------
   879 // ---------------------------------------------------------------------------
   867 //
   880 //
   868 TBool CAlfRsSendBuffer::ConnectL()
   881 TBool CAlfRsSendBuffer::ConnectL()
   869     {
   882     {