persistentstorage/sql/SRC/Server/SqlSrvSession.h
changeset 41 3256212fc81f
parent 17 55f2396f6d25
equal deleted inserted replaced
35:0d6db0a14001 41:3256212fc81f
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 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".
   133 	TInt								iDbResourceTestMode;	//Non-zero if this session is in test mode (memory leaks simulation/detection)
   133 	TInt								iDbResourceTestMode;	//Non-zero if this session is in test mode (memory leaks simulation/detection)
   134 	TInt								iFailedAllocNumber;		//The failing allocation number - If iDbResourceTestMode is OR-ed with 0x1000
   134 	TInt								iFailedAllocNumber;		//The failing allocation number - If iDbResourceTestMode is OR-ed with 0x1000
   135 	TBool								iDriveSpaceReserved;	//True if this session reserved drive space
   135 	TBool								iDriveSpaceReserved;	//True if this session reserved drive space
   136 	TBool								iDriveSpaceInUse;		//True if the client has been given an access to the reserved drive space
   136 	TBool								iDriveSpaceInUse;		//True if the client has been given an access to the reserved drive space
   137 	TDriveNumber 						iDrive;					//the drive number, where the database file is
   137 	TDriveNumber 						iDrive;					//the drive number, where the database file is
       
   138 	TUint                               iIpcCallCounter;
   138 #ifdef _SQLPROFILER
   139 #ifdef _SQLPROFILER
   139 	TUint                               iIpcCounter;                                   
       
   140     TSqlSrvIpcTraceData                 iIpcTraceData[KIpcTraceTypeCount];
   140     TSqlSrvIpcTraceData                 iIpcTraceData[KIpcTraceTypeCount];
   141 #endif
   141 #endif
   142 	};
   142 	};
   143 
   143 
   144 #include "SqlSrvSession.inl"
   144 #include "SqlSrvSession.inl"