MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Socket

Method Socket

MonaBase/sources/Socket.cpp:533–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531
532
533Socket::Socket(const SocketManager& manager, Type type) : _hasToManage(false),_owner(true), _pImpl(new SocketImpl(*this,manager,type)) {}
534Socket::Socket(SocketFile& file,const SocketManager& manager) : _hasToManage(true),_owner(true), _pImpl(new SocketImpl(*this,file,manager)) {}
535Socket::Socket(const Socket& other) : _owner(false), _pImpl(other._pImpl),_hasToManage(false) {}
536

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected