Added Event Short Text (if available) to RecName

This commit is contained in:
louis
2013-12-24 11:30:47 +01:00
parent 5fa365b68c
commit 53fa2c70ca
3 changed files with 14 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ public:
cTimer *createTimer(const cEvent *event, std::string path);
cTimer *createLocalTimer(const cEvent *event, std::string path);
cTimer *createRemoteTimer(const cEvent *event, std::string path);
void SetTimerPath(cTimer *timer, std::string path);
void SetTimerPath(cTimer *timer, const cEvent *event, std::string path);
void DeleteTimer(int timerID);
void DeleteTimer(const cEvent *event);
void DeleteLocalTimer(const cEvent *event);