diff -r 26645d81f48d -r cc28652e0254 persistentstorage/sql/SRC/Server/SqlSrvSession.h --- a/persistentstorage/sql/SRC/Server/SqlSrvSession.h Tue Aug 31 16:57:14 2010 +0300 +++ b/persistentstorage/sql/SRC/Server/SqlSrvSession.h Wed Sep 01 12:39:58 2010 +0100 @@ -135,8 +135,8 @@ TBool iDriveSpaceReserved; //True if this session reserved drive space TBool iDriveSpaceInUse; //True if the client has been given an access to the reserved drive space TDriveNumber iDrive; //the drive number, where the database file is - TUint iIpcCallCounter; #ifdef _SQLPROFILER + TUint iIpcCounter; TSqlSrvIpcTraceData iIpcTraceData[KIpcTraceTypeCount]; #endif };