httpfilters/cookie/ManagerInc/CookieArray.h
branchRCL_3
changeset 9 2611c08ee28e
parent 0 b16258d2340f
--- a/httpfilters/cookie/ManagerInc/CookieArray.h	Mon Mar 15 12:42:40 2010 +0200
+++ b/httpfilters/cookie/ManagerInc/CookieArray.h	Wed Mar 31 22:32:15 2010 +0300
@@ -87,6 +87,8 @@
 		*/
 		TInt GetCookies( const TDesC8& aRequestUri,
 						RPointerArray<CCookie>& aCookies );
+        TInt GetCookies( const TDesC8& aRequestUri,
+                                       RPointerArray<CCookie>& aCookies, TBool& iFound );
 
 		/**
 		*
@@ -123,6 +125,7 @@
 
 
         RPointerArray<CCookie>& CookieArray();
+        void ReserveL( TInt aNumberOfCookies );
 
 	private :	// internal method for cookie comparison
 		/**