homescreenapp/hsutils/inc/hsmenudialogfactory.h
changeset 90 3ac3aaebaee5
parent 63 52b0f64eeb51
child 97 66b5fe3c07fd
--- a/homescreenapp/hsutils/inc/hsmenudialogfactory.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/hsutils/inc/hsmenudialogfactory.h	Mon Sep 20 10:19:07 2010 +0300
@@ -35,6 +35,8 @@
     virtual HbMessageBox *create(const QString &text,
                                  Options options = OkCancel) const;
     virtual ~HsMenuDialogFactory();
+    static int acceptActionIndex();
+    static int rejectActionIndex();
 private:
     void setUpActions(HbMessageBox *box,
                       const QStringList &translationIdentifiers) const;