Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
528 B

  1. // FileChange.h: interface for the CFileChange class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_FILECHANGE_H__441362B3_4BE9_11D2_95F5_00C04FC22ADD__INCLUDED_)
  5. #define AFX_FILECHANGE_H__441362B3_4BE9_11D2_95F5_00C04FC22ADD__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CFileChange
  10. {
  11. public:
  12. CFileChange();
  13. virtual ~CFileChange();
  14. };
  15. #endif // !defined(AFX_FILECHANGE_H__441362B3_4BE9_11D2_95F5_00C04FC22ADD__INCLUDED_)