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/src/nebclient.h

    r5661 r13096  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.30 2005-12-02 23:49:08 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.31 2007-05-01 03:06:36 jhoblitt Exp $
    77 */
    88
     
    3737    char            so_id[256];         ///< storage object ID
    3838    char            ext_id[256];        ///< storage object key (name)
    39     char            class_id[256];      ///< storage object class
    40     char            comment[256];       ///< storage object comment
    4139    char            read_lock[256];     ///< read lock value
    4240    char            write_lock[256];    ///< write lock value
     
    8078    nebServer *server,                  ///< nebServer object
    8179    const char *key,                    ///< storage object key (name)
    82     unsigned int class,                 ///< storage object storage class
    8380    const char *volume,                 ///< preferred storage location of initial instance
    84     const char *comment,                ///< storage object comment
    8581    char **URI                          ///< URL of initial instance, can be NULL
    8682);
     
    9490    nebServer *server,                  ///< nebServer object
    9591    const char *key,                    ///< storage object key (name)
    96     unsigned int class,                 ///< storage object storage class
    9792    const char *volume,                 ///< preferred storage location of initial instance
    98     const char *comment,                ///< storage object comment
    9993    char **URI                          ///< URL of initial instance, can be NULL
    10094);
Note: See TracChangeset for help on using the changeset viewer.