MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Close

Method Close

lib/base/networkstream.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{ }
11
12void NetworkStream::Close()
13{
14 Stream::Close();
15
16 m_Socket->Close();
17}
18
19/**
20 * Reads data from the stream.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected