diff -r 5e70f2223398 -r 2b524de5b49b web_plat/feeds_engine_api/inc/XmlEncoding.h --- a/web_plat/feeds_engine_api/inc/XmlEncoding.h Sun Mar 14 13:13:51 2010 +0000 +++ b/web_plat/feeds_engine_api/inc/XmlEncoding.h Sun Mar 28 16:38:31 2010 +0100 @@ -180,7 +180,7 @@ * @param aValueEnd The end of the encoding's value * @return ETrue if the encoding was found. */ - TBool CXmlEncoding::FindEncoding(const TDesC8& aBuffer, + TBool FindEncoding(const TDesC8& aBuffer, TInt& aBegin, TInt& aEnd, TInt& aValueBegin, TInt& aValueEnd) const; /** @@ -194,7 +194,7 @@ * @param aValueEnd The end of the encoding's value * @return ETrue if the encoding was found. */ - TBool CXmlEncoding::FindEncoding(const TDesC& aBuffer, + TBool FindEncoding(const TDesC& aBuffer, TInt& aBegin, TInt& aEnd, TInt& aValueBegin, TInt& aValueEnd) const;