persistentstorage/sql/OsLayer/FileBuf64.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/persistentstorage/sql/OsLayer/FileBuf64.h	Tue Aug 31 16:57:14 2010 +0300
+++ b/persistentstorage/sql/OsLayer/FileBuf64.h	Wed Sep 01 12:39:58 2010 +0100
@@ -180,8 +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 which is the nominal file length including the buffer contents.
-    TInt64      iRealFileSize;          //The real file size in disk.
+	TInt64		iFileSize;				//The file size which is the logical end of file from the buffer's point of view.
+    TInt64      iRealFileSize;          //The real file size on disk.
 	RFile64		iFile;					//The file object.
 	//Read-ahead related
 	TBool		iDirty;					//The buffer contains pending data to be written to the file