Changeset 23447 for trunk/psModules/src/config/pmConfigRun.h
- Timestamp:
- Mar 19, 2009, 4:32:11 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigRun.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigRun.h
r23268 r23447 6 6 #include <pmFPAfile.h> 7 7 8 /// Add a file to the list of files used in the run-time information 9 bool pmConfigRunFileAdd( 8 /// Add a file to the list of files read in the run-time information 9 bool pmConfigRunFileAddRead( 10 pmConfig *config, ///< Configuration 11 const pmFPAfile *file ///< File to add 12 ); 13 14 /// Add a file to the list of files written in the run-time information 15 bool pmConfigRunFileAddWrite( 10 16 pmConfig *config, ///< Configuration 11 17 const pmFPAfile *file ///< File to add
Note:
See TracChangeset
for help on using the changeset viewer.
