diff -r a1e347446159 -r 28ccaba883f4 genericservices/httputils/inc/TConvBase64.h --- a/genericservices/httputils/inc/TConvBase64.h Fri Sep 17 19:25:42 2010 +0530 +++ b/genericservices/httputils/inc/TConvBase64.h Wed Oct 13 19:39:18 2010 +0530 @@ -56,7 +56,7 @@ }; /** -Base64 encoding and decoding class, complaint with RFC-3548. +Base64 encoding and decoding class. @internalAll @released */ @@ -102,7 +102,7 @@ IMPORT_C TBase64(); IMPORT_C TInt Encode( const TDesC8& aSrcString, TDes8& rDestString); IMPORT_C TBool Decode( const TDesC8& aSrcString, TDes8& rDestString); - + IMPORT_C TInt PortableEncode(const TDesC8& aSrcString, TDes8& aDestString, TInt aLineLength=-1); private: TInt iShiftStored;