connectionutilities/ConnectionDialogs/ConnectionUiUtilities/inc/connectionstatuspopup.h
changeset 40 c5b848e6c7d1
parent 29 1f1fcd7e941c
--- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/inc/connectionstatuspopup.h	Thu May 27 14:35:19 2010 +0300
+++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/inc/connectionstatuspopup.h	Thu Jun 10 16:00:16 2010 +0300
@@ -136,6 +136,32 @@
     
     // The state of the popup
     TPopupState iPopupState;
+    
+    enum TTouchAction
+        {
+        /**
+         * Do nothing
+         */
+        EDoNothing,
+        
+        /**
+         * Open WLAN view
+         */
+        EOpenWlanView,
+        
+        /**
+         *  Open connection view
+         */
+        EOpenCellularView,
+        
+        };
+    
+    /**
+     * Indicates what to do when popup is activated (tapped) and
+     * enables/disables touch activation based on value.
+     */
+    TTouchAction iTouchAction;
+    
     };
 
 #endif /* __CCONNECTIONSTATUSPOPUP_H_ */