diff -r 024ee8b21fe2 -r aaabc7526ded wlanutilities/wlansniffer/mainapplication/inc/wsfconnecteddetailsdialog.h --- a/wlanutilities/wlansniffer/mainapplication/inc/wsfconnecteddetailsdialog.h Tue May 25 13:53:32 2010 +0300 +++ b/wlanutilities/wlansniffer/mainapplication/inc/wsfconnecteddetailsdialog.h Wed Jun 09 10:53:40 2010 +0300 @@ -91,7 +91,17 @@ * @param aModel List model of the dialog */ void SetListModel( CWsfConnectedDetailsModel* aModel ); - + + /** + * Super class method overriden to prevent dialog window to be + * shut down by pressing anywhere in the dialog (only pressing + * the OK button should close the dialog. + * @param aListBox - + * @param TListBoxEvent - + */ + void HandleListBoxEventL( CEikListBox* aListBox, + TListBoxEvent aEventType ); + private: // from CEikDialog /**