IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2009, 12:08:50 PM (17 years ago)
Author:
beaumont
Message:

merged with head

Location:
branches/cnb_branches/cnb_branch_20090301
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090301

  • branches/cnb_branches/cnb_branch_20090301/psLib/src/sys/psConfigure.h

    r13950 r23352  
    2020#define PS_CONFIGURE_H
    2121
     22#include <psString.h>
     23
    2224/// @addtogroup SysUtils System Utilities
    2325/// @{
     
    2931 *  @return psString: String with version name.
    3032 */
    31 psString psLibVersion(
    32     void
    33 );
     33psString psLibVersion(void);
    3434
     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 */
     41psString 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 */
     49psString psLibDependencies(void);
    3550
    3651/** Get current psLib version (full identification)
Note: See TracChangeset for help on using the changeset viewer.