IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2008, 11:25:43 AM (18 years ago)
Author:
jhoblitt
Message:

remove references to class & comment params of create() & open_create() methods (long since removed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pod

    r13089 r16180  
    1414    Nebulous::Server->sql( $sql );
    1515    Nebulous::Server->config( $config );
    16     Nebulous::Server->create_object( $key, $class, $volume, $comment );
     16    Nebulous::Server->create_object( $key, $volume );
    1717    Nebulous::Server->rename_object( $key, $newkey );
    1818    Nebulous::Server->replicate_object( $key, $volume );
     
    5555exception on error.
    5656
    57 =item * create_object( $key, $class, $volume, $comment );
     57=item * create_object( $key, $volume );
    5858
    5959Accepts 4 parameters, only the first is mandatory.  Returns a URI.  Throws an
     
    8888
    8989Accepts 1 parameters, it is mandatory.  Returns a list of: so_id, ext_id,
    90 class_id, comment, read_lock, write_lock, epoch.
     90read_lock, write_lock, epoch.
    9191
    9292=back
Note: See TracChangeset for help on using the changeset viewer.