- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psModules (modified) (1 prop)
-
psModules/src/config (modified) (1 prop)
-
psModules/src/config/pmConfigRun.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/config
- Property svn:ignore
-
old new 7 7 pmErrorCodes.c 8 8 pmErrorCodes.h 9 pmVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/config/pmConfigRun.h
r23594 r24244 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 /// Add a filename to the list of files written in the run-time information 28 bool pmConfigRunFilenameAddWrite( 29 pmConfig *config, ///< Configuration 30 const char *description, ///< Description of file 31 const char *name ///< Name of file 18 32 ); 19 33
Note:
See TracChangeset
for help on using the changeset viewer.
