1 #ifndef _SIGX_SHARED_DISPATCHABLE_HPP_
2 #define _SIGX_SHARED_DISPATCHABLE_HPP_
23 #include <sigc++/reference_wrapper.h>
24 #include <sigxconfig.h>
108 #endif // end file guard
Interface for tracking the validity of a tunnel.
Definition: tunnel_validity_tracker.h:34
Derived classes designate their ability to dispatch messages over a sigx::dispatcher.
Definition: dispatchable.h:51
Definition: auto_dispatchable.h:27
thread safe dispatcher reference that can be passed around.
Definition: shared_dispatchable.h:50
behaves like a dispatcher pointer, ensures threadsafe access to the dispatcher reference.
Definition: locking_dispatcher_ptr.h:39