MCPcopy Create free account
hub / github.com/ImpulseAdventure/JPEGsnoop / CDocLog

Method CDocLog

DocLog.cpp:27–42  ·  view source on GitHub ↗

Initialize the log

Source from the content-addressed store, hash-verified

25// Initialize the log
26//
27CDocLog::CDocLog(void)
28{
29 m_pDoc = NULL;
30 m_bEn = true;
31
32 // Default to local log
33 m_bUseDoc = false;
34
35 // Start in quick mode
36#ifdef QUICKLOG
37 m_bLogQuickMode = true;
38#else
39 m_bLogQuickMode = false;
40#endif
41
42}
43
44CDocLog::~CDocLog(void)
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected