IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2009, 4:11:30 PM (17 years ago)
Author:
jhoblitt
Message:

add nebPrune()

File:
1 edited

Legend:

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

    r24289 r24923  
    11/* src/nebulous.h
    22   Generated by wsdl2h 1.2.12 from nebulous.wsdl and typemap.dat
    3    2009-06-01 23:55:50 GMT
     3   2009-07-25 01:30:29 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:
     
    120120  - @ref ns1__stat_USCOREobject
    121121  - @ref ns1__chmod_USCOREobject
     122  - @ref ns1__prune_USCOREobject
    122123
    123124@section SOAP_ports Endpoints of Binding  "SOAP"
     
    947948);
    948949
     950/******************************************************************************\
     951 *                                                                            *
     952 * ns1__prune_USCOREobject                                                    *
     953 *                                                                            *
     954\******************************************************************************/
     955
     956
     957/// Operation "ns1__prune_USCOREobject" of service binding "SOAP"
     958
     959/**
     960
     961Operation details:
     962
     963  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
     964  - SOAP action="urn:Nebulous/Server/SOAP#prune_object"
     965
     966C stub function (defined in soapClient.c[pp] generated by soapcpp2):
     967@code
     968  int soap_call_ns1__prune_USCOREobject(
     969    struct soap *soap,
     970    NULL, // char *endpoint = NULL selects default endpoint for this operation
     971    NULL, // char *action = NULL selects default action for this operation
     972    // request parameters:
     973    char*                               key,
     974    // response parameters:
     975    int                                *result
     976  );
     977@endcode
     978
     979C server function (called from the service dispatcher defined in soapServer.c[pp]):
     980@code
     981  int ns1__prune_USCOREobject(
     982    struct soap *soap,
     983    // request parameters:
     984    char*                               key,
     985    // response parameters:
     986    int                                *result
     987  );
     988@endcode
     989
     990*/
     991
     992//gsoap ns1  service method-style:      prune_USCOREobject rpc
     993//gsoap ns1  service method-encoding:   prune_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
     994//gsoap ns1  service method-action:     prune_USCOREobject urn:Nebulous/Server/SOAP#prune_object
     995int ns1__prune_USCOREobject(
     996    char*                               key,    ///< Request parameter
     997    int                                *result  ///< Response parameter
     998);
     999
    9491000/* End of src/nebulous.h */
Note: See TracChangeset for help on using the changeset viewer.