MCPcopy Create free account
hub / github.com/cxasm/notepad-- / DectFileChanges

Method DectFileChanges

src/dectfilechanges.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#ifdef WIN32
4
5DectFileChanges::DectFileChanges():m_lastFileSize(0), m_curFileSize(0)
6{
7 _szFile = NULL;
8 _dwNotifyFilter = 0;
9}
10
11
12DectFileChanges::~DectFileChanges()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected