From 440c119b0a80d40d05f48613de46f367597a3f29 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 9 Jun 2012 14:32:29 +0200 Subject: Implemented sort mode for recordings --- menu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 99f88d0b..5202dd7e 100644 --- a/menu.h +++ b/menu.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.h 2.9 2012/05/12 11:48:04 kls Exp $ + * $Id: menu.h 2.10 2012/06/09 12:12:43 kls Exp $ */ #ifndef __MENU_H @@ -203,8 +203,10 @@ private: eOSState Rewind(void); eOSState Delete(void); eOSState Info(void); + eOSState Sort(void); eOSState Commands(eKeys Key = kNone); protected: + cString DirectoryName(void); cRecording *GetRecording(cMenuRecordingItem *Item); public: cMenuRecordings(const char *Base = NULL, int Level = 0, bool OpenSubMenus = false); -- cgit v1.2.3