persistentstorage/sql/OsLayer/FileBuf64.h
changeset 31 ba1c4f4a893f
parent 29 cce6680bbf1c
--- a/persistentstorage/sql/OsLayer/FileBuf64.h	Thu Jul 01 17:02:22 2010 +0100
+++ b/persistentstorage/sql/OsLayer/FileBuf64.h	Tue Jul 06 11:54:49 2010 +0100
@@ -180,7 +180,8 @@
 	TInt		iLength;				//The length of the data currently held in the buffer.
 	//File related
 	TInt64		iFilePos;				//The file position associated with the beginning of the buffer.
-	TInt64		iFileSize;				//The file size.
+	TInt64		iFileSize;				//The file size which is the nominal file length including the buffer contents.
+    TInt64      iRealFileSize;          //The real file size in disk.
 	RFile64		iFile;					//The file object.
 	//Read-ahead related
 	TBool		iDirty;					//The buffer contains pending data to be written to the file