ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/CAD4FE/src/CAD4FE_MCFile.h
Revision: 27
Committed: Thu Jul 5 15:26:40 2007 UTC (17 years, 10 months ago) by foucault
Content type: text/plain
Original Path: magic/lib/CAD4FE/CAD4FE/src/CAD4FE_MCFile.h
File size: 363 byte(s)
Log Message:

File Contents

# User Rev Content
1 foucault 27 //---------------------------------------------------------------------------
2    
3     #ifndef CAD4FE_MCFileH
4     #define CAD4FE_MCFileH
5     //---------------------------------------------------------------------------
6    
7     #include "mg_file.h"
8    
9     namespace CAD4FE {
10    
11     class MCFile : public MG_FILE {
12     public:
13     MCFile();
14     MCFile(char* chemin);
15     ~MCFile();
16     };
17    
18     }
19    
20     #endif