persistentstorage/sql/SRC/Common/SqlBufFlat.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".
    15 
    15 
    16 #ifndef __SQLBUFFLAT_H__
    16 #ifndef __SQLBUFFLAT_H__
    17 #define __SQLBUFFLAT_H__
    17 #define __SQLBUFFLAT_H__
    18 
    18 
    19 #include <e32base.h>
    19 #include <e32base.h>
    20 #include "SqlAssert.h"
    20 #include "SqlPanic.h"
    21 
    21 
    22 //Forward declarations
    22 //Forward declarations
    23 class TSqlBufRIterator;
    23 class TSqlBufRIterator;
    24 class CSqlSecurityPolicy;
    24 class CSqlSecurityPolicy;
    25 class TSqlSecurityPolicyIterator;
    25 class TSqlSecurityPolicyIterator;