HistoryReorcd.h
上传用户:flyanjing
上传日期:2015-10-09
资源大小:649k
文件大小:1k
开发平台:

Visual C++

  1. // HistoryReorcd.h: interface for the CHistoryReorcd class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_)
  5. #define AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CHistoryReorcd  
  10. {
  11. public:
  12. CHistoryReorcd();
  13. virtual ~CHistoryReorcd();
  14. CString GetCurPath();
  15. int GetFileLine(CString filename);
  16. CString GetLineActionFile(CString filename,int line);
  17. };
  18. #endif // !defined(AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_)