Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
using namespace OpenZWave;
40
41
DNS::DNS
42
(
43
)
44
{
45
this->m_pImpl = new DNSImpl();
46
}
47
DNS::~DNS
48
(
49
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected