Add missing function

This commit is contained in:
Chris Wiggins 2013-09-07 10:19:34 +12:00
parent c869c66f24
commit 9cb805a624
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ public:
return( Event::getSubPath( localtime( time ) ) );
}
char* getEventDirectory(void){
return path;
}
public:
static int PreAlarmCount()
{