genericservices/httputils/inc/TConvBase64.h
changeset 34 5fae379060a7
parent 0 e4d67989cc36
--- a/genericservices/httputils/inc/TConvBase64.h	Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/inc/TConvBase64.h	Fri Jun 11 15:26:22 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;