--- a/idlehomescreen/inc/xnresource.h Fri Mar 26 13:47:51 2010 +0900
+++ b/idlehomescreen/inc/xnresource.h Mon Mar 29 12:25:52 2010 +0100
@@ -375,7 +375,7 @@
* @param aOffset a buffer position of iBuffer to write data.
* @return RBufWriteStream& write stream.
*/
- IMPORT_C RBufWriteStream& CXnResource::WriteStream( TUint aOffset = 0 );
+ IMPORT_C RBufWriteStream& WriteStream( TUint aOffset = 0 );
/**
* CXnResource::ReadStream(). Gets read stream on iBuffer.
@@ -383,7 +383,7 @@
* @param aOffset a buffer position of iBuffer to read data.
* @return RBufReadStream& read stream
*/
- IMPORT_C RBufReadStream& CXnResource::ReadStream(TUint aOffset = 0 );
+ IMPORT_C RBufReadStream& ReadStream(TUint aOffset = 0 );
/**
* CXnResource::SetOffset(). Sets internal data pointer of iBuffer.