persistentstorage/sql/SRC/Server/SqlSrvSession.h
branchRCL_3
changeset 23 26645d81f48d
parent 11 211563e4b919
child 24 cc28652e0254
--- a/persistentstorage/sql/SRC/Server/SqlSrvSession.h	Thu Aug 19 11:36:21 2010 +0300
+++ b/persistentstorage/sql/SRC/Server/SqlSrvSession.h	Tue Aug 31 16:57:14 2010 +0300
@@ -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
 	};