c719daa1e83f1bc16d97cef4bcc3595d7243e493
[occt.git] / samples / mfc / standard / 06_Ocaf / src / TOcaf_Application.hxx
1 // File generated by CPPExt (Transient)
2 //
3 //                     Copyright (C) 1991,1995 by
4 //  
5 //                      MATRA DATAVISION, FRANCE
6 //  
7 // This software is furnished in accordance with the terms and conditions
8 // of the contract and with the inclusion of the above copyright notice.
9 // This software or any other copy thereof may not be provided or otherwise
10 // be made available to any other person. No title to an ownership of the
11 // software is hereby transferred.
12 //  
13 // At the termination of the contract, the software and all copies of this
14 // software must be deleted.
15 //
16 #ifndef _TOcaf_Application_HeaderFile
17 #define _TOcaf_Application_HeaderFile
18
19 #ifndef _TDocStd_Application_HeaderFile
20 #include <TDocStd_Application.hxx>
21 #endif
22 #ifndef _Standard_CString_HeaderFile
23 #include <Standard_CString.hxx>
24 #endif
25 #include <TColStd_SequenceOfExtendedString.hxx>
26 class TDocStd_Document;
27
28
29 class TOcaf_Application : public TDocStd_Application
30 {
31 public:
32   Standard_EXPORT TOcaf_Application ();
33
34   // OCCT RTTI
35   DEFINE_STANDARD_RTTIEXT (TOcaf_Application, TDocStd_Application)
36 };
37
38 #endif