Ignore:
Timestamp:
Jun 22, 2015, 1:40:41 PM (9 years ago)
Author:
ldelgass
Message:

merge r5730 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 5730
  • branches/1.4/src/core/RpBindingsDict.cc

    r5674 r5731  
    2626 * function's caller.
    2727 *
    28  * Returns the key of the object in the dictionary 
     28 * Returns the key of the object in the dictionary
    2929 * On Error, returns 0 (which also means nothing can be stored at 0)
    3030 */
     
    120120 * This function stores the RpUnits names specified by 'objectName'
    121121 * into the UnitsStr dictionary. This is helpful for writing bindings
    122  * for languages that can not accept pointers to provide back to the 
     122 * for languages that can not accept pointers to provide back to the
    123123 * function's caller.
    124124 *
     
    152152 * This function retrieves the RpUnits name referenced to by 'objKey'
    153153 * from the UnitsStr dictionary. This is helpful for writing bindings
    154  * for languages that can not accept pointers to provide back to the 
     154 * for languages that can not accept pointers to provide back to the
    155155 * function's caller.
    156156 *
Note: See TracChangeset for help on using the changeset viewer.