Changeset 18926 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Aug 5, 2008, 3:13:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r18908 r18926 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-08-0 5 03:45:56$7 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-08-06 01:13:14 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 129 129 ); 130 130 131 /// Derive a value from the user or site configuration 132 /// 133 /// The value in the user configuration takes precedence. Returns NULL if the value isn't present in either, 134 /// or has the wrong type. 135 psMetadataItem *pmConfigUserSite(const pmConfig *config, // Configuration 136 const char *name, // Name of value 137 psDataType type // Expected type 138 ); 139 140 131 141 /// Setup the database 132 142 ///
Note:
See TracChangeset
for help on using the changeset viewer.
