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

Method SocketSender

MonaBase/sources/SocketSender.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace Mona {
28
29SocketSender::SocketSender(const char* name) : WorkThread(name),
30 _position(0), _data(NULL), _size(0) {
31}
32
33SocketSender::SocketSender(const char* name,const UInt8* data, UInt32 size) : WorkThread(name),
34 _position(0), _data((UInt8*)data), _size(size) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected