diff -r 625f43ae9362 -r 5ebadcda06cb btobexprofiles/obexreceiveservices/btmsgviewer/inc/btmsgviewer.h --- a/btobexprofiles/obexreceiveservices/btmsgviewer/inc/btmsgviewer.h Fri Aug 06 16:43:21 2010 +0300 +++ b/btobexprofiles/obexreceiveservices/btmsgviewer/inc/btmsgviewer.h Fri Sep 03 16:17:59 2010 +0300 @@ -25,6 +25,8 @@ #include "btmsgviewerutils.h" +class HbDeviceDialog; + class BTMsgViewer : public XQServiceProvider { @@ -36,14 +38,20 @@ public slots: void displaymsg(int messageId); + +private slots: + void handledialogClosed(); private: - bool isError(int aError); + bool isError(int err); QString copyVCardToTemp(const QString& filepath); void deleteVCardFromTemp(const QString& filepath); - + void launchErrordDialog(int dialogTitle); + private: int mCurrentRequestIndex; + HbDeviceDialog* mDialog; + int mError; }; #endif // BTMSGVIEWER_H