| 3 | #ifdef WIN32 |
| 4 | |
| 5 | DectFileChanges::DectFileChanges():m_lastFileSize(0), m_curFileSize(0) |
| 6 | { |
| 7 | _szFile = NULL; |
| 8 | _dwNotifyFilter = 0; |
| 9 | } |
| 10 | |
| 11 | |
| 12 | DectFileChanges::~DectFileChanges() |
nothing calls this directly
no outgoing calls
no test coverage detected