IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2007, 5:06:36 PM (19 years ago)
Author:
jhoblitt
Message:

remove $class_id & $comment params from Nebulous::Server->create() and Nebulous::Client->create*() and all supporting functions and tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/tests/tests.c

    r13045 r13096  
    3131        char        *filename;
    3232       
    33         filename = nebCreate(server, key, 0, NULL, NULL, &URI);
     33        filename = nebCreate(server, key, NULL, &URI);
    3434
    3535        neb_ok(server, filename, "create object");
     
    4545        int         fh;
    4646       
    47         fh = nebOpenCreate(server, key, 0, NULL, NULL, &URI);
     47        fh = nebOpenCreate(server, key, NULL, &URI);
    4848
    4949        neb_ok(server, fh > -1, "create new object filehandle");
Note: See TracChangeset for help on using the changeset viewer.