ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/CAD4FE/src/CAD4FE_FileUtils.h
Revision: 253
Committed: Tue Jul 13 19:40:46 2010 UTC (14 years, 10 months ago) by francois
Content type: text/plain
File size: 466 byte(s)
Log Message:
changement de hiearchie et utilisation de ccmake + mise a jour

File Contents

# User Rev Content
1 foucault 27 //---------------------------------------------------------------------------
2    
3     #ifndef CAD4FE_FileUtilsH
4     #define CAD4FE_FileUtilsH
5     //---------------------------------------------------------------------------
6    
7     #include "CAD4FE_Common_platform.h"
8    
9     namespace CAD4FE {
10    
11     class CAD4FE_COMMON_ITEM FileUtils {
12     public:
13     static int Copy (char * __source, char * __destination);
14     static const char * Basename (const char * __filename);
15     };
16    
17     }
18    
19     #endif