persistentstorage/sql/SRC/Common/SqlBufIterator.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    16 #ifndef __SQLBUFITERATOR_H__
    16 #ifndef __SQLBUFITERATOR_H__
    17 #define __SQLBUFITERATOR_H__
    17 #define __SQLBUFITERATOR_H__
    18 
    18 
    19 #include <sqldb.h>			//TSqlColumnType
    19 #include <sqldb.h>			//TSqlColumnType
    20 #include "SqlBufFlat.h"		//RSqlBufFlat
    20 #include "SqlBufFlat.h"		//RSqlBufFlat
    21 #include "SqlAssert.h"	
    21 #include "SqlPanic.h"	
    22 
    22 
    23 //Forward declarations
    23 //Forward declarations
    24 class MStreamBuf;
    24 class MStreamBuf;
    25 
    25 
    26 /**
    26 /**