- Timestamp:
- Mar 5, 2009, 11:24:29 AM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090215
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/sys/psConfigure.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090215
- Property svn:mergeinfo changed
/trunk merged: 22727-22752,23115-23126,23128,23137-23157,23159-23174,23182-23195,23198
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090215/psLib/src/sys/psConfigure.h
r13950 r23199 20 20 #define PS_CONFIGURE_H 21 21 22 #include <psString.h> 23 22 24 /// @addtogroup SysUtils System Utilities 23 25 /// @{ … … 29 31 * @return psString: String with version name. 30 32 */ 31 psString psLibVersion( 32 void 33 ); 33 psString psLibVersion(void); 34 34 35 /** Get current psLib source 36 * 37 * Returns the current psLib source name as a string. 38 * 39 * @return psString: String with source name. 40 */ 41 psString psLibSource(void); 42 43 /** Get psLib dependencies' versions 44 * 45 * Returns the psLib dependency versions as a string. 46 * 47 * @return psString: String with dependencies. 48 */ 49 psString psLibDependencies(void); 35 50 36 51 /** Get current psLib version (full identification)
Note:
See TracChangeset
for help on using the changeset viewer.
