IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2009, 2:29:20 PM (17 years ago)
Author:
jhoblitt
Message:

add nebChmod()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebulous.h

    r23935 r24289  
    11/* src/nebulous.h
    22   Generated by wsdl2h 1.2.12 from nebulous.wsdl and typemap.dat
    3    2009-04-20 22:15:21 GMT
     3   2009-06-01 23:55:50 GMT
    44   Copyright (C) 2001-2008 Robert van Engelen, Genivia Inc. All Rights Reserved.
    55   This part of the software is released under one of the following licenses:
     
    119119  - @ref ns1__delete_USCOREinstance
    120120  - @ref ns1__stat_USCOREobject
     121  - @ref ns1__chmod_USCOREobject
    121122
    122123@section SOAP_ports Endpoints of Binding  "SOAP"
     
    893894);
    894895
     896/******************************************************************************\
     897 *                                                                            *
     898 * ns1__chmod_USCOREobject                                                    *
     899 *                                                                            *
     900\******************************************************************************/
     901
     902
     903/// Operation "ns1__chmod_USCOREobject" of service binding "SOAP"
     904
     905/**
     906
     907Operation details:
     908
     909  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
     910  - SOAP action="urn:Nebulous/Server/SOAP#chmod_object"
     911
     912C stub function (defined in soapClient.c[pp] generated by soapcpp2):
     913@code
     914  int soap_call_ns1__chmod_USCOREobject(
     915    struct soap *soap,
     916    NULL, // char *endpoint = NULL selects default endpoint for this operation
     917    NULL, // char *action = NULL selects default action for this operation
     918    // request parameters:
     919    char*                               key,
     920    int                                 mode,
     921    // response parameters:
     922    int                                *result
     923  );
     924@endcode
     925
     926C server function (called from the service dispatcher defined in soapServer.c[pp]):
     927@code
     928  int ns1__chmod_USCOREobject(
     929    struct soap *soap,
     930    // request parameters:
     931    char*                               key,
     932    int                                 mode,
     933    // response parameters:
     934    int                                *result
     935  );
     936@endcode
     937
     938*/
     939
     940//gsoap ns1  service method-style:      chmod_USCOREobject rpc
     941//gsoap ns1  service method-encoding:   chmod_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
     942//gsoap ns1  service method-action:     chmod_USCOREobject urn:Nebulous/Server/SOAP#chmod_object
     943int ns1__chmod_USCOREobject(
     944    char*                               key,    ///< Request parameter
     945    int                                 mode,   ///< Request parameter
     946    int                                *result  ///< Response parameter
     947);
     948
    895949/* End of src/nebulous.h */
Note: See TracChangeset for help on using the changeset viewer.