genericservices/httputils/inc/TConvBase64.h
branchGCC_SURGE
changeset 45 4b03adbd26ca
parent 34 5fae379060a7
--- a/genericservices/httputils/inc/TConvBase64.h	Tue Jul 13 17:32:46 2010 +0100
+++ b/genericservices/httputils/inc/TConvBase64.h	Thu Jul 22 16:48:56 2010 +0100
@@ -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;