0032709: Samples, MFC - remove samples Viewer2d, Viewer3d, Ocaf, Triangulation, Anima...
[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_App.h>
12
13 class CImportExportApp : public OCC_App
14 {
15 public:
16
17   CImportExportApp();
18
19 // Overrides
20   // ClassWizard generated virtual function overrides
21   //{{AFX_VIRTUAL(CImportExportApp)
22   public:
23   virtual BOOL InitInstance();
24   virtual CDocument* OpenDocumentFile(LPCTSTR lpszFileName);
25   //}}AFX_VIRTUAL
26
27 protected:
28
29   //{{AFX_MSG(CSerializeApp)
30   afx_msg void OnFileOpen();
31   //}}AFX_MSG
32
33   DECLARE_MESSAGE_MAP()
34 };
35
36 /////////////////////////////////////////////////////////////////////////////
37
38 #endif // !defined(AFX_IMPORTEXPORT_H__88A21474_3B23_11D2_8E1E_0800369C8A03__INCLUDED_)