mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized - Add overloaded function CMenuForwarder for non local THX Martii
This commit is contained in:
@@ -170,8 +170,8 @@ class CTimerdClient:private CBasicClient
|
||||
|
||||
// Convert String of O and X to repeat type and vice versa
|
||||
//void getWeekdaysFromStr(int *rep, const char* str);
|
||||
void getWeekdaysFromStr(CTimerd::CTimerEventRepeat *rep, const char* str);
|
||||
void setWeekdaysToStr(CTimerd::CTimerEventRepeat rep, char* str);
|
||||
void getWeekdaysFromStr(CTimerd::CTimerEventRepeat *rep, std::string &str);
|
||||
void setWeekdaysToStr(CTimerd::CTimerEventRepeat rep, std::string &str);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user