diff -r fa9941cf3867 -r 667e88a979d7 persistentstorage/sql/TEST/t_sqldbconfigfile.cpp --- a/persistentstorage/sql/TEST/t_sqldbconfigfile.cpp Fri Mar 12 15:51:02 2010 +0200 +++ b/persistentstorage/sql/TEST/t_sqldbconfigfile.cpp Mon Mar 15 12:46:30 2010 +0200 @@ -22,6 +22,15 @@ #include "SqliteSymbian.h" #include "SqlResourceTester.h" +//In order to be able to compile the test, the following variables are defined (used inside the OS porting layer, +//when _SQLPROFILER macro is defined) +#ifdef _SQLPROFILER +TInt TheSqlSrvProfilerFileRead = 0; +TInt TheSqlSrvProfilerFileWrite = 0; +TInt TheSqlSrvProfilerFileSync = 0; +TInt TheSqlSrvProfilerFileSetSize = 0; +#endif + ///////////////////////////////////////////////////////////////////////////////////////////////// /// This test works only if the whole SQL component is built with SYSLIBS_TEST macro defined! /// /////////////////////////////////////////////////////////////////////////////////////////////////