Changeset 15047 for trunk


Ignore:
Timestamp:
03/13/13 11:06:23 (12 years ago)
Author:
tbretz
Message:
Renamed getService to getDescription
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/doc/dim.js

    r15045 r15047  
    176176 *
    177177 * @example
    178  *     var s = dim.getServices("TNG_WEATHER/DATA");
     178 *     var s = dim.getDescription("TNG_WEATHER/DATA");
    179179 *     console.out("Name="+s.name);
    180180 *     console.out("Server="+s.server);
     
    185185 *     console.out(JSON.stringify(s));
    186186 */
    187 dim.getServices = function() { /* [native code] */ }
     187dim.getDescription = function() { /* [native code] */ }
    188188
    189189/**
Note: See TracChangeset for help on using the changeset viewer.