diff -r fe6b6762fccd -r 53085837e73a securitysettings/eapqtdialogs/inc/eapfastprovwaitnotedialog.h --- a/securitysettings/eapqtdialogs/inc/eapfastprovwaitnotedialog.h Tue Jul 06 14:18:35 2010 +0300 +++ b/securitysettings/eapqtdialogs/inc/eapfastprovwaitnotedialog.h Wed Aug 18 09:50:56 2010 +0300 @@ -16,17 +16,32 @@ */ /* -* %version: 2 % +* %version: 3 % */ #ifndef __EAPFASTPROVWAITNOTEDIALOG_H__ #define __EAPFASTPROVWAITNOTEDIALOG_H__ +// System includes #include #include +// User includes + +// Forward declarations class HbTranslator; +// External data types + +// Constants + +/*! + @addtogroup group_eap_fast_prov_wait_note_dialog + @{ + */ + +// Class declaration + class EapFastProvWaitNoteDialog: public HbNotificationDialog, public HbDeviceDialogInterface { Q_OBJECT @@ -42,17 +57,18 @@ void createDialog(const QVariantMap ¶meters ); /* Device dialog parameters to be set while dialog is displayed. - * Not supported. + * Not supported. (from HbDeviceDialogInterface) */ bool setDeviceDialogParameters(const QVariantMap ¶meters); - /* Not supported */ + /* Not supported. (from HbDeviceDialogInterface) */ int deviceDialogError() const; - /* Closes the device dialog */ + /* Closes the device dialog. (from HbDeviceDialogInterface) */ void closeDeviceDialog(bool byClient); - /* Returns a pointer to this dialog widget */ + /* Returns a pointer to this dialog widget. + (from HbDeviceDialogInterface) */ HbPopup *deviceDialogWidget() const; signals: @@ -71,9 +87,15 @@ Q_DISABLE_COPY(EapFastProvWaitNoteDialog) - /* Pointer to the HbTranslator */ + private:// data + // NOT OWNED + + // OWNED + //! Pointer to the HbTranslator QScopedPointer mTranslator; }; + +/*! @} */ #endif // __EAPFASTPROVWAITNOTEDIALOG_H__