diff -r 7701629b34a6 -r 3a7375419266 genericservices/httputils/inc/TConvBase64.h --- a/genericservices/httputils/inc/TConvBase64.h Tue May 11 17:47:24 2010 +0300 +++ b/genericservices/httputils/inc/TConvBase64.h Tue May 25 14:32:39 2010 +0300 @@ -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;