homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenumodewrapper.h
changeset 62 341166945d65
parent 46 23b5d6a29cce
child 81 7dd137878ff8
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenumodewrapper.h	Thu Jun 24 13:11:40 2010 +0100
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenumodewrapper.h	Fri Jun 25 19:19:22 2010 +0300
@@ -15,9 +15,10 @@
  *
  */
 
-#ifndef HSAPPLIBRARYMODE_H
-#define HSAPPLIBRARYMODE_H
+#ifndef HSMENUMODEWRAPPER_H
+#define HSMENUMODEWRAPPER_H
 
+#include <QVariant>
 #include "hsapp_defs.h"
 
 class HsMenuModeWrapper
@@ -26,11 +27,13 @@
     HsMenuModeWrapper();
     
     HsMenuMode getHsMenuMode() const;
+    QVariant getHsToken() const;
 
-    void setHsMenuMode(HsMenuMode menuMode);
+    void setHsMenuMode(HsMenuMode menuMode, QVariant token = NULL);
 
 private:
     HsMenuMode mMode;
+    QVariant mToken;
 };
 
 #endif