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