CVFD: export getMode() even in !LCD_UPDATE case

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1343 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: e7ce74ff30
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-26 (Sat, 26 Mar 2011)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-03-26 17:07:01 +00:00
parent 83d6c1ba50
commit e24536b01f

View File

@@ -145,6 +145,7 @@ class CVFD
void Clear(); void Clear();
void ShowIcon(vfd_icon icon, bool show); void ShowIcon(vfd_icon icon, bool show);
void ShowText(char * str); void ShowText(char * str);
MODES getMode(void) { return mode; };
#ifdef LCD_UPDATE #ifdef LCD_UPDATE
private: private:
CFileList* m_fileList; CFileList* m_fileList;
@@ -162,7 +163,6 @@ class CVFD
int m_progressGlobal; int m_progressGlobal;
int m_progressLocal; int m_progressLocal;
public: public:
MODES getMode(void){return mode;};
void showFilelist(int flist_pos = -1,CFileList* flist = NULL,const char * const mainDir=NULL); void showFilelist(int flist_pos = -1,CFileList* flist = NULL,const char * const mainDir=NULL);
void showInfoBox(const char * const title = NULL,const char * const text = NULL,int autoNewline = -1,int timer = -1); void showInfoBox(const char * const title = NULL,const char * const text = NULL,int autoNewline = -1,int timer = -1);