connectionmonitoring/connectionmonitorui/inc/ConnectionInfoBase.h
branchRCL_3
changeset 69 cf1b3ddbe9a1
parent 58 83ca720e2b9a
--- a/connectionmonitoring/connectionmonitorui/inc/ConnectionInfoBase.h	Wed Sep 15 12:38:40 2010 +0300
+++ b/connectionmonitoring/connectionmonitorui/inc/ConnectionInfoBase.h	Wed Oct 13 14:59:48 2010 +0300
@@ -391,19 +391,6 @@
         */
         void InitializeConnectionInfoL();
 
-        /**
-         * Compare the provided UID array with the current cached UID array
-         * iClientBuf.
-         * @param aClients New array of UIDs.
-         * @return ETrue if the contents are the same, EFalse otherwise.
-         */
-        TBool IsTheSameUids( TConnMonClientEnumBuf& aClients );
-
-        /**
-         * Copy the provided UIDs into the cached UID array.
-         * @param aClients New array of UIDs.
-         */
-        void CopyUidsToBuf( TConnMonClientEnumBuf& aClients );
 
     protected:
         
@@ -491,13 +478,6 @@
         * The active object for info. refreshing. NOT Owned.
         */
         CActiveWrapper*                     iActiveWrapper;
-
-        /**
-         * Buffer to cache a connection's client application UIDs.
-         * These are kept in cache so application names are resolved only when
-         * the client list has changed.
-         */
-        TConnMonClientEnumBuf               iClientBuf;
     };