diff -r 28839de615b4 -r 26645d81f48d persistentstorage/sql/OsLayer/FileBuf64.h --- a/persistentstorage/sql/OsLayer/FileBuf64.h Thu Aug 19 11:36:21 2010 +0300 +++ b/persistentstorage/sql/OsLayer/FileBuf64.h Tue Aug 31 16:57:14 2010 +0300 @@ -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 logical end of file from the buffer's point of view. - TInt64 iRealFileSize; //The real file size on disk. + 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