diff -r 1cbb0d5bf7f2 -r b6dbf97aba93 mmlibs/mmfw/Recogniser/src/readers.h --- a/mmlibs/mmfw/Recogniser/src/readers.h Thu Sep 16 18:39:58 2010 +0100 +++ b/mmlibs/mmfw/Recogniser/src/readers.h Thu Sep 16 18:57:38 2010 +0100 @@ -105,6 +105,7 @@ // Non-leaving Seek // TInt Seek(TInt aOffset); + TInt Seek(TInt64 aOffset); private: const TDesC8& iBuffer; // The buffer that contains the source data. @@ -163,10 +164,10 @@ // Seeks to a new file location and fills the buffer from there. // TInt PhysicallySeekAndRead(TInt aAmount); - + TInt PhysicallySeekAndRead(TInt64 aOffset); private: RFile* iFile; - TInt iFilePos; + TInt64 iFilePos; TBuf8 iFileBuffer; };