persistentstorage/sql/TEST/t_sqldbconfigfile.cpp
branchRCL_3
changeset 9 667e88a979d7
parent 0 08ec8eefde2f
child 10 31a8f755b7fe
equal deleted inserted replaced
8:fa9941cf3867 9:667e88a979d7
    19 #include <hal.h>
    19 #include <hal.h>
    20 #include <sqldb.h>
    20 #include <sqldb.h>
    21 #include "sqlite3.h"
    21 #include "sqlite3.h"
    22 #include "SqliteSymbian.h"
    22 #include "SqliteSymbian.h"
    23 #include "SqlResourceTester.h"
    23 #include "SqlResourceTester.h"
       
    24 
       
    25 //In order to be able to compile the test, the following variables are defined (used inside the OS porting layer, 
       
    26 //when _SQLPROFILER macro is defined)
       
    27 #ifdef _SQLPROFILER
       
    28 TInt TheSqlSrvProfilerFileRead = 0;
       
    29 TInt TheSqlSrvProfilerFileWrite = 0;
       
    30 TInt TheSqlSrvProfilerFileSync = 0;
       
    31 TInt TheSqlSrvProfilerFileSetSize = 0;
       
    32 #endif
    24 
    33 
    25 /////////////////////////////////////////////////////////////////////////////////////////////////
    34 /////////////////////////////////////////////////////////////////////////////////////////////////
    26 /// This test works only if the whole SQL component is built with SYSLIBS_TEST macro defined! ///
    35 /// This test works only if the whole SQL component is built with SYSLIBS_TEST macro defined! ///
    27 /////////////////////////////////////////////////////////////////////////////////////////////////
    36 /////////////////////////////////////////////////////////////////////////////////////////////////
    28 
    37