AlarmNotifications
PANDA Slow Control Alarm Daemon
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
emailsender_dummy.cpp
Go to the documentation of this file.
1 
34 #ifndef DOXYGEN // Make sure real class shows up in documentation
35 
36 #include "emailsender.h"
37 
38 #include <vector>
39 #include "alarmstatusentry.h"
40 
41 using namespace AlarmNotifications;
42 
43 void EMailSender::sendAlarmNotification ( const std::vector< AlarmStatusEntry > alarms ) noexcept
44 {
45  ( void ) alarms;
46 }
47 
48 #endif