persistentstorage/sql/SRC/Server/SqlSrvStatement.cpp
changeset 51 7d4490026038
parent 31 ba1c4f4a893f
child 55 44f437012c90
equal deleted inserted replaced
40:b8bdbc8f59c7 51:7d4490026038
    65 
    65 
    66 Virtual method.
    66 Virtual method.
    67 */
    67 */
    68 void HSqlSrvStmtParamBuf::DoSynchL()
    68 void HSqlSrvStmtParamBuf::DoSynchL()
    69 	{
    69 	{
    70 	if(iSynchDone || !iAlive || iStatementFinalized || iBufType != HSqlSrvStmtParamBuf::EBufIpcStream)
    70 	TBool dontSynch = iSynchDone || !iAlive || iStatementFinalized || iBufType != HSqlSrvStmtParamBuf::EBufIpcStream;
       
    71 	if(dontSynch)
    71 		{
    72 		{
    72 		return;	
    73 		return;	
    73 		}
    74 		}
    74 	iSynchDone = ETrue;
    75 	iSynchDone = ETrue;
    75 	TBufBuf::DoSynchL();
    76 	TBufBuf::DoSynchL();