connectionmonitoring/connectionmonitorui/inc/ConnectionMonitorUiContainer.h
branchRCL_3
changeset 15 4dc3bb0099b0
parent 0 5a93021fdf25
child 19 22c3c67e5001
equal deleted inserted replaced
13:68f0c7cd80ec 15:4dc3bb0099b0
   173         * To handling details of connections
   173         * To handling details of connections
   174         */
   174         */
   175         RConnectionMonitor* iMonitor;   
   175         RConnectionMonitor* iMonitor;   
   176 
   176 
   177         /**
   177         /**
   178         * Contins connections info
   178         * Contains connections info
   179         */
   179         */
   180         CConnectionArray* const iConnectionArray;
   180         CConnectionArray* const iConnectionArray;
   181 
   181 
   182         /**
   182         /**
   183         * Owned. For NaviPane.
   183         * Owned. For NaviPane.
   198         
   198         
   199         /**
   199         /**
   200         * The active object for info. refreshing. NOT Owned.
   200         * The active object for info. refreshing. NOT Owned.
   201         */
   201         */
   202         CActiveWrapper* iActiveWrapper;
   202         CActiveWrapper* iActiveWrapper;
       
   203         
       
   204         /**
       
   205         * Connection count
       
   206         */
       
   207         TInt iOldConnectionCount;
   203     };
   208     };
   204 
   209 
   205 #endif // CONNECTIONMONITORUICONTAINER_H
   210 #endif // CONNECTIONMONITORUICONTAINER_H
   206 
   211 
   207 // End of File
   212 // End of File