Changeset 23753 for trunk/psModules/src/config
- Timestamp:
- Apr 8, 2009, 2:33:59 PM (17 years ago)
- Location:
- trunk/psModules/src/config
- Files:
-
- 3 edited
-
pmConfigDump.c (modified) (1 diff)
-
pmConfigDump.h (modified) (1 diff)
-
pmConfigRun.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigDump.c
r23285 r23753 138 138 139 139 140 bool pmConfigDump(const pmConfig *config, const pmFPA *source, constchar *filename)140 bool pmConfigDump(const pmConfig *config, const char *filename) 141 141 { 142 142 PS_ASSERT_PTR_NON_NULL(config, false); -
trunk/psModules/src/config/pmConfigDump.h
r19399 r23753 31 31 /// 32 32 bool pmConfigDump(const pmConfig *config, ///< Configuration to dump 33 const pmFPA *source, ///< Source FPA, defines the level for the file rule34 33 const char *filename ///< Output file name 35 34 ); -
trunk/psModules/src/config/pmConfigRun.h
r23748 r23753 24 24 const pmFPAfile *file ///< File to add 25 25 ); 26 27 26 28 27 /// Add a filename to the list of files written in the run-time information
Note:
See TracChangeset
for help on using the changeset viewer.
