MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / CSendFile

Method CSendFile

test/sendfile/SendFileClient.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class CSendFile {
14public:
15 CSendFile(const std::string& file, cppnet::CCppNet* net) : _status(hello),
16 _file_name(file), _net(net) {
17 }
18
19 ~CSendFile() {
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected