CernVM-FS
2.12.0
|
#include <messages.h>
Public Member Functions | |
virtual void | ToJSONString (std::string *s)=0 |
virtual bool | FromJSONString (const std::string &s)=0 |
virtual | ~Message () |
The base class of all notification messages
All notifications inherit from this base class and need to implement the JSON serialization and deserialization methods.
Definition at line 22 of file messages.h.
|
inlinevirtual |
Definition at line 27 of file messages.h.
|
pure virtual |
Implemented in notify::msg::Activity.
|
pure virtual |
Implemented in notify::msg::Activity.