homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h
changeset 85 35368b604b28
parent 77 4b195f3bea29
child 86 e4f038c420f7
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h	Thu Sep 02 20:17:27 2010 +0300
@@ -51,18 +51,17 @@
 
     void openInstallationLog();
     void stateEntered();
-
     void stateExited();
-
     void setEmptyLabelVisibility(bool visibility);
-
-    void contextMenuAction(HbAction *action);
-
+    void latestOnTopMenuAction();
+    void oldestOnTopMenuAction();
+    
 private:
 
     void construct();
     void setMenuOptions();
     void setContextMenuOptions(HbAbstractViewItem *item, EntryFlags flags);
+    Hs::HsSortAttribute mSortAttribute;
 };
 
 #endif // HSINSTALLEDAPPSSTATE_H