3 #ifndef ERIS_REDISPATCH_H 4 #define ERIS_REDISPATCH_H 6 #include <Atlas/Objects/Root.h> 7 #include <Atlas/Objects/SmartPtr.h> 9 #include <sigc++/trackable.h> 21 m_obj(std::move(obj)),
29 void postModified(
const Atlas::Objects::Root& obj);
33 const Atlas::Objects::Root m_obj;
Definition: Redispatch.h:17
Every Eris class and type lives inside the Eris namespace; certain utility functions live in the Util...
Definition: Account.cpp:34
Underlying Atlas connection, providing a send interface, and receive (dispatch) system.
Definition: Connection.h:36