web_plat/feeds_engine_api/inc/XmlEncoding.h
branchCompilerCompatibility
changeset 60 2b524de5b49b
parent 0 dd21522fd290
--- 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;