#include <ConfigurationHandshake.h>
Public Member Functions | |
ConfigurationHandshake (void *p_in, Place_for_passing_exception_ptr epp_in) | |
Public Attributes | |
boost::condition | c |
edm::Place_for_passing_exception_ptr | epp |
boost::mutex | m |
void * | p |
Definition at line 15 of file ConfigurationHandshake.h.
|
inlineexplicit |
Definition at line 21 of file ConfigurationHandshake.h.
boost::condition edm::ConfigurationHandshake::c |
Definition at line 18 of file ConfigurationHandshake.h.
Referenced by edm::service::MainThreadMLscribe::runCommand(), and edm::service::MessageLoggerScribe::runCommand().
edm::Place_for_passing_exception_ptr edm::ConfigurationHandshake::epp |
Definition at line 19 of file ConfigurationHandshake.h.
Referenced by edm::service::MainThreadMLscribe::runCommand(), and edm::service::MessageLoggerScribe::runCommand().
boost::mutex edm::ConfigurationHandshake::m |
Definition at line 17 of file ConfigurationHandshake.h.
Referenced by edm::service::MainThreadMLscribe::runCommand(), and edm::service::MessageLoggerScribe::runCommand().
void* edm::ConfigurationHandshake::p |
Definition at line 16 of file ConfigurationHandshake.h.
Referenced by edm::service::MessageLoggerScribe::runCommand().