Add missing function
This commit is contained in:
parent
c869c66f24
commit
9cb805a624
|
@ -145,6 +145,10 @@ public:
|
|||
return( Event::getSubPath( localtime( time ) ) );
|
||||
}
|
||||
|
||||
char* getEventDirectory(void){
|
||||
return path;
|
||||
}
|
||||
|
||||
public:
|
||||
static int PreAlarmCount()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue