persistentstorage/sql/SRC/Server/SqlSrvMain.h
branchRCL_3
changeset 21 28839de615b4
parent 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
18:3da531bb4329 21:28839de615b4
    88 	CSqlServer();
    88 	CSqlServer();
    89 	void ConstructL();
    89 	void ConstructL();
    90 	void GetCollationDllNameL();
    90 	void GetCollationDllNameL();
    91 	void CacheDbConfigFileNamesL(RFs& aFs, const TDesC& aServerPrivatePath);
    91 	void CacheDbConfigFileNamesL(RFs& aFs, const TDesC& aServerPrivatePath);
    92 	TInt ReAllocBuf(TInt aNewBufSize);
    92 	TInt ReAllocBuf(TInt aNewBufSize);
       
    93 	void DeleteTempFilesL(TInt aDriveNumber, const TDesC& aServerPrivatePath)const;
    93 
    94 
    94 private:
    95 private:
    95 	TSqlSrvFileData		iFileData;		//Used as a temporary storage for file data (file name, drive, path, secure uid)
    96 	TSqlSrvFileData		iFileData;		//Used as a temporary storage for file data (file name, drive, path, secure uid)
    96 	RSqlSecurityMap		iSecurityMap;	//Collection of database security policies
    97 	RSqlSecurityMap		iSecurityMap;	//Collection of database security policies
    97 	RSqlDriveSpaceCol	iDriveSpaceCol;	//Collection of "drive space" objects (reserved drive space management)
    98 	RSqlDriveSpaceCol	iDriveSpaceCol;	//Collection of "drive space" objects (reserved drive space management)