2025-04-27 07:49:33 -04:00

21 lines
437 B
C++

// FileChange.cpp: implementation of the CFileChange class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileChange.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CFileChange::CFileChange()
{
}
CFileChange::~CFileChange()
{
}