diff -r 489cf6208544 -r 95d45f234cf3 connectionutilities/ConnectionDialogs/ConnectionUiUtilities/inc/connectionstatuspopup.h --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/inc/connectionstatuspopup.h Thu May 27 13:17:01 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/inc/connectionstatuspopup.h Wed Jun 23 18:39:24 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_ */