persistentstorage/sql/SRC/Server/SqlSrvDbSysSettings.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 //
    16 //
    17 
    17 
    18 #ifndef __SQLSRVDBSYSSETTINGS_H__
    18 #ifndef __SQLSRVDBSYSSETTINGS_H__
    19 #define __SQLSRVDBSYSSETTINGS_H__
    19 #define __SQLSRVDBSYSSETTINGS_H__
    20 
    20 
    21 #include "SqlAssert.h"	// ESqlPanicInternalError
    21 #include "SqlPanic.h"	// __SQLASSERT, ESqlPanicInternalError
    22 #include "SqlUtil.h"	// TSqlCompactionMode
    22 #include "SqlUtil.h"	// TSqlCompactionMode
    23 
    23 
    24 //Forward declarations
    24 //Forward declarations
    25 struct sqlite3;
    25 struct sqlite3;
    26 struct sqlite3_stmt;
    26 struct sqlite3_stmt;