]> granicus.if.org Git - icinga2/blob - lib/icinga/notificationresult.cpp
Fix spelling errors.
[icinga2] / lib / icinga / notificationresult.cpp
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 #include "icinga/notificationresult.hpp"
4 #include "icinga/notificationresult-ti.cpp"
5
6 using namespace icinga;
7
8 REGISTER_TYPE(NotificationResult);
9
10 double NotificationResult::CalculateExecutionTime() const
11 {
12         return GetExecutionEnd() - GetExecutionStart();
13 }