Changeset 23748 for trunk/psModules/src/config/pmConfigRun.h
- Timestamp:
- Apr 8, 2009, 12:31:09 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
r23447 r23748 12 12 ); 13 13 14 /// Add a filename to the list of files read in the run-time information 15 bool pmConfigRunFilenameAddRead( 16 pmConfig *config, ///< Configuration 17 const char *description, ///< Description of file 18 const char *name ///< Name of file 19 ); 20 14 21 /// Add a file to the list of files written in the run-time information 15 22 bool pmConfigRunFileAddWrite( 16 23 pmConfig *config, ///< Configuration 17 24 const pmFPAfile *file ///< File to add 25 ); 26 27 28 /// Add a filename to the list of files written in the run-time information 29 bool pmConfigRunFilenameAddWrite( 30 pmConfig *config, ///< Configuration 31 const char *description, ///< Description of file 32 const char *name ///< Name of file 18 33 ); 19 34
Note:
See TracChangeset
for help on using the changeset viewer.
