13 lines
98 B
C++
13 lines
98 B
C++
#include "CurrentAlarm.h"
|
|
|
|
|
|
|
|
CurrentAlarm::CurrentAlarm()
|
|
{
|
|
}
|
|
|
|
|
|
CurrentAlarm::~CurrentAlarm()
|
|
{
|
|
}
|