#include <alarmcontroller.h>
Static Public Member Functions | |
| static void | setImplementation (auto_ptr< AlarmControllerImpl > implementation) |
| Establish the AlarmController implementation. | |
| static void | startThread () |
| Starts the AlarmController thread. | |
| static void | addAlarm (Alarm &alarm) |
| Adds the Alarm to the Alarm collection. | |
| static void | removeAlarm (Alarm &alarm) |
| Removes the Alarm from the Alarm collection. | |
Static Protected Attributes | |
| static auto_ptr< AlarmControllerImpl > | implementation |
| Implementation of the AlarmController. | |
| void openikev2::AlarmController::setImplementation | ( | auto_ptr< AlarmControllerImpl > | implementation | ) | [static] |
Establish the AlarmController implementation.
| implementation | AlarmController implementation to be used |
| void openikev2::AlarmController::addAlarm | ( | Alarm & | alarm | ) | [static] |
| void openikev2::AlarmController::removeAlarm | ( | Alarm & | alarm | ) | [static] |
1.5.1