genericservices/httputils/inc/TConvBase64.h
branchRCL_3
changeset 27 3a7375419266
parent 0 e4d67989cc36
--- 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;