MCPcopy Create free account
hub / github.com/deskflow/deskflow / TCPSocketFactory

Method TCPSocketFactory

src/lib/net/TCPSocketFactory.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17//
18
19TCPSocketFactory::TCPSocketFactory(IEventQueue *events, SocketMultiplexer *socketMultiplexer)
20 : m_events(events),
21 m_socketMultiplexer(socketMultiplexer)
22{
23 // do nothing
24}
25
26IDataSocket *TCPSocketFactory::create(IArchNetwork::AddressFamily family, SecurityLevel securityLevel) const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected