persistentstorage/sql/OsLayer/FileBuf64.h
changeset 41 3256212fc81f
parent 35 0d6db0a14001
--- a/persistentstorage/sql/OsLayer/FileBuf64.h	Tue Jul 06 16:18:30 2010 +0300
+++ b/persistentstorage/sql/OsLayer/FileBuf64.h	Wed Aug 18 11:30:17 2010 +0300
@@ -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