9ffb99d178403fa41b9eaa47801b347720edd0d7
[occt.git] / samples / mfc / standard / 05_ImportExport / src / ImportExportApp.h
1 // ImportExportApp.h : main header file for the IMPORTEXPORT application
2 //
3
4 #if !defined(AFX_IMPORTEXPORT_H__88A21474_3B23_11D2_8E1E_0800369C8A03__INCLUDED_)
5 #define AFX_IMPORTEXPORT_H__88A21474_3B23_11D2_8E1E_0800369C8A03__INCLUDED_
6
7 #if _MSC_VER >= 1000
8 #pragma once
9 #endif // _MSC_VER >= 1000
10
11 #include <OCC_3dApp.h>
12
13 class CImportExportApp : public OCC_3dApp
14 {
15 public:
16         CImportExportApp();
17
18 // Overrides
19         // ClassWizard generated virtual function overrides
20         //{{AFX_VIRTUAL(CImportExportApp)
21         public:
22         virtual BOOL InitInstance();
23         virtual CDocument* OpenDocumentFile(LPCTSTR lpszFileName);
24         //}}AFX_VIRTUAL
25 protected:
26         //{{AFX_MSG(CSerializeApp)
27         afx_msg void OnFileOpen();
28         //}}AFX_MSG
29         DECLARE_MESSAGE_MAP()
30 };
31
32 /////////////////////////////////////////////////////////////////////////////
33
34 #endif // !defined(AFX_IMPORTEXPORT_H__88A21474_3B23_11D2_8E1E_0800369C8A03__INCLUDED_)