- Timestamp:
- Jan 30, 2009, 12:00:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppMerge/src/ppMergeVersion.h
r10294 r21238 1 /** @file ppMergeVersion.h 2 * 3 * @brief 4 * 5 * @ingroup ppMerge 6 * 7 * @author IfA 8 * @version $Revision: 1.1.54.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-01-30 22:00:00 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 #ifndef PP_MERGE_VERSION_H 2 14 #define PP_MERGE_VERSION_H 3 15 4 /// Return short version information 16 /** 17 * Return short version information 18 */ 5 19 psString ppMergeVersion(void); 6 20 7 /// Return long version information 21 /** 22 * Return long version information 23 */ 8 24 psString ppMergeVersionLong(void); 9 25 10 /// Update the metadata with version information for all dependencies 26 /** 27 * Update the metadata with version information for all dependencies 28 */ 11 29 void ppMergeVersionMetadata(psMetadata *metadata ///< Metadata to update with version information 12 30 );
Note:
See TracChangeset
for help on using the changeset viewer.
