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

Method CTimer

net/Timer.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace cppnet;
6
7CTimer::CTimer() : _pool(new base::CMemoryPool(1024, 20)) {
8
9}
10
11CTimer::~CTimer() {
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected