MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / PollLine

Method PollLine

DebugView++Lib/PolledLogSource.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace debugviewpp {
16
17PollLine::PollLine(DWORD pid, const std::string& processName, const std::string& message, const LogSource* pLogSource) :
18 timesValid(false),
19 time(0.0),
20 systemTime(FILETIME()),
21 pid(pid),
22 processName(processName),
23 message(message),
24 pLogSource(pLogSource)
25{
26}
27
28PollLine::PollLine(double time, FILETIME systemTime, DWORD pid, const std::string& processName, const std::string& message, const LogSource* pLogSource) :
29 timesValid(true),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected