connectionmonitoring/connectionview/inc/connectionview.h
changeset 27 489cf6208544
parent 20 9c97ad6591ae
child 44 a0c4ceac30d0
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
   133         int mConnectionCount;
   133         int mConnectionCount;
   134         
   134         
   135         /* The toolbar on the view */
   135         /* The toolbar on the view */
   136         HbToolBar *mToolBar;
   136         HbToolBar *mToolBar;
   137         
   137         
   138         /* The toolbar action which can be used to disconnect all the connections */
       
   139         HbAction *mDisconnectAction;
       
   140         
       
   141         /* The id of the timer used to close the application */
   138         /* The id of the timer used to close the application */
   142         int mClosingTimer;
   139         int mClosingTimer;
   143         
   140         
   144         /* definition for unit test purposes */
   141         /* definition for unit test purposes */
   145         friend class TestConnectionView;
   142         friend class TestConnectionView;