HistoryReorcd.h
上传用户:flyanjing
上传日期:2015-10-09
资源大小:649k
文件大小:1k
- // HistoryReorcd.h: interface for the CHistoryReorcd class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_)
- #define AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CHistoryReorcd
- {
- public:
- CHistoryReorcd();
- virtual ~CHistoryReorcd();
- CString GetCurPath();
- int GetFileLine(CString filename);
- CString GetLineActionFile(CString filename,int line);
- };
- #endif // !defined(AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_)