httpfilters/cookie/ManagerInc/CookieClientDataArray.h
branchRCL_3
changeset 9 9015645363c8
parent 7 2611c08ee28e
--- a/httpfilters/cookie/ManagerInc/CookieClientDataArray.h	Wed Apr 14 16:31:08 2010 +0300
+++ b/httpfilters/cookie/ManagerInc/CookieClientDataArray.h	Tue Apr 27 17:12:14 2010 +0300
@@ -26,21 +26,14 @@
     /* Constructor 
      * 
      */
-    static CCookieClientDataArray* GetInstance();
-    
-    /* Reference Count method
-     * 
-     */
-    inline void Ref(){++iRefCount;}
-    
-    /*Dereference count method and will delete the CCookieClientDataArray object once the iRefCount is zero
-     * 
-     */
-    void DeRef();
-    
-    /* Destructor
-     * 
-     */
+
+     static CCookieClientDataArray* New();
+
+	/* Initialization
+     *
+	 */
+	void Init();
+         
     ~CCookieClientDataArray();
     
     /* Constructor
@@ -104,6 +97,7 @@
 protected:
     
 private:
+
     /* Constructor
      * 
      */
@@ -118,7 +112,6 @@
 protected:
     
 private:
-    TInt iRefCount;
     RPointerArray<CCookieClientData>* iCookieClientData;
     };