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

Method DNS

cpp/src/platform/DNS.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using namespace OpenZWave;
40
41DNS::DNS
42(
43)
44{
45 this->m_pImpl = new DNSImpl();
46}
47DNS::~DNS
48(
49)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected