MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / EventImpl

Method EventImpl

cpp/src/platform/windows/EventImpl.cpp:40–46  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

38// Constructor
39//-----------------------------------------------------------------------------
40EventImpl::EventImpl
41(
42)
43{
44 // Create a manual reset event
45 m_hEvent = ::CreateEvent( NULL, TRUE, FALSE, NULL );
46}
47
48//-----------------------------------------------------------------------------
49// <EventImpl::~EventImpl>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected