28 #ifndef HYPERTABLE_NOTIFICATIONMESSAGE_H
29 #define HYPERTABLE_NOTIFICATIONMESSAGE_H
61 #endif // HYPERTABLE_NOTIFICATIONMESSAGE_H
Holds a notification message to be deliverd to the administrator.
std::string String
A String is simply a typedef to std::string.
String subject
Message subject.
Functions to serialize/deserialize primitives to/from a memory buffer.
NotificationMessage(const String &s, const String &b)
Constructor.