home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_PARSERAW_H__C709ED28_A04C_11D1_B8B6_000000000000__INCLUDED_)
- #define AFX_PARSERAW_H__C709ED28_A04C_11D1_B8B6_000000000000__INCLUDED_
-
- // Parseraw.h : header file
- //
-
- class CDialogChooser;
-
- // All function calls made by mfcapwz.dll to this custom AppWizard (except for
- // GetCustomAppWizClass-- see Parser.cpp) are through this class. You may
- // choose to override more of the CCustomAppWiz virtual functions here to
- // further specialize the behavior of this custom AppWizard.
- class CParserAppWiz : public CCustomAppWiz
- {
- public:
- virtual CAppWizStepDlg* Next(CAppWizStepDlg* pDlg);
- virtual CAppWizStepDlg* Back(CAppWizStepDlg* pDlg);
-
- virtual void InitCustomAppWiz();
- virtual void ExitCustomAppWiz();
- virtual void CustomizeProject(IBuildProject* pProject);
- virtual void ReloadProject(IApplication * app);
-
-
- protected:
- CDialogChooser* m_pChooser;
- };
-
- // This declares the one instance of the CParserAppWiz class. You can access
- // m_Dictionary and any other public members of this class through the
- // global Parseraw. (Its definition is in Parseraw.cpp.)
- extern CParserAppWiz Parseraw;
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_PARSERAW_H__C709ED28_A04C_11D1_B8B6_000000000000__INCLUDED_)
-