21 lines
437 B
C++
Raw Permalink Normal View History

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