1 #ifndef _SIGX_CONNECTION_HPP_
2 #define _SIGX_CONNECTION_HPP_
24 #include <sigxconfig.h>
46 typedef std::tr1::shared_ptr<const volatile sigc_connection_ptr> shared_sigc_conn_ptr;
79 bool connected()
const;
89 bool block(
bool should_block =
true);
113 shared_sigc_conn_ptr m_sigc_conn;
119 volatile int* m_sigcconn_refcount;
126 #endif // end file guard
A threadsafe representation of a sigc::connection.
Definition: connection_wrapper.h:35
thread safe dispatcher reference that can be passed around.
Definition: shared_dispatchable.h:50