Changeset 636 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include/Program.h
- Timestamp:
- Jun 10, 2008, 11:40:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Program.h
r522 r636 42 42 { 43 43 return outputFilePath; 44 } 45 const std::string GetOutputFileName() const 46 { 47 Jenga::Common::Path path( outputFilePath ); 48 return path.GetFileName() + path.GetExt(); 44 49 } 45 50 void SetOutputFilePath( const std::string &outputFilePath )
Note:
See TracChangeset
for help on using the changeset viewer.