1 #ifndef FWCore_MessageLogger_ConfigurationHandshake_h 2 #define FWCore_MessageLogger_ConfigurationHandshake_h 6 #include <condition_variable> 18 std::condition_variable
c;
21 (
void* p_in, Place_for_passing_exception_ptr epp_in) :
22 p(p_in),
m(),
c(),
epp(epp_in) {}
25 #endif // FWCore_MessageLogger_ConfigurationHandshake_h
static boost::mutex mutex
edm::Place_for_passing_exception_ptr epp
ConfigurationHandshake(void *p_in, Place_for_passing_exception_ptr epp_in)
std::condition_variable c
std::shared_ptr< Pointer_to_new_exception_on_heap > Place_for_passing_exception_ptr
std::shared_ptr< edm::Exception > Pointer_to_new_exception_on_heap