00001
00034 #ifndef DOXYGEN // Make sure real class shows up in documentation
00035
00036 #include "emailsender.h"
00037
00038 #include <vector>
00039 #include "alarmstatusentry.h"
00040
00041 using namespace AlarmNotifications;
00042
00043 void EMailSender::sendAlarmNotification ( const std::vector< AlarmStatusEntry > alarms ) noexcept
00044 {
00045 ( void ) alarms;
00046 }
00047
00048 #endif