~ubuntu-core-dev/ubuntu/maverick/eucalyptus/devel

« back to all changes in this revision

Viewing changes to gatherlog/generated/axis2_skel_EucalyptusGL.c

  • Committer: Dustin Kirkland
  • Date: 2010-07-22 08:41:57 UTC
  • mfrom: (1050.1.19 ubuntu)
  • Revision ID: kirkland@x200-20100722084157-zh2p8dkawznvxxpn
Approving Dave Walker's merge of new upstream Eucalyptus 2.0 release.

Dustin Kirkland <kirkland@canonical.com>

* New major upstream version merge, 2.0 (r1211).
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 21-eucalyptus-1.7-with-gwt-1.6.4.patch: New patch, allows 
    eucalyptus-1.7 to be built against gwt 1.6.4. Based on patch courtesy 
    of Dmitrii Zagorodnov, upstream. (LP: #597330)
* debian/eucalyptus-java-common.links: 
  - Changed symlink for groovy, point to groovy.all.jar, making compatiable 
    with groovy versions >1.7. (LP: #595421)
  - Added ant.jar & jetty-rewrite-handler.jar as they are now required.
* debian/control
  - & debian/build-jars: Added libjavassist-java and libjetty-extra-java as 
    build dependencies.
  - Added libjetty-extra-java as a dependency of eucalyptus-java-common
* The binary resulting jar's have been renamed from eucalyptus-*-1.6.2.jar
  to eucalyptus-*-main.jar:    
  - debian/eucalyptus-cc.upstart
  - debian/eucalyptus-cloud.install
  - debian/eucalyptus-common.eucalyptus.upstart
  - debian/eucalyptus-java-common.install
  - debian/eucalyptus-network.upstart
  - debian/eucalyptus-sc.install
  - debian/eucalyptus-walrus.install
* debian/eucalyptus-java-common.install: New upstream jars that have been
  installed:
  - eucalyptus-db-hsqldb-ext-main.jar
  - eucalyptus-component-main.jar
* debian/control:
  - Updated Standards Version to 3.8.4 (no change)
  - Updated the upstream Homepage to: http://open.eucalyptus.com/
  - Changed Vcs-Bzr to reflect new location of Ubuntu hosted development branch.
  - Made the Build Dependency of groovy and the binary eucalyptus-java-common
    package depend on version >=1.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
    /**
 
4
     * axis2_skel_EucalyptusGL.c
 
5
     *
 
6
     * This file was auto-generated from WSDL for "EucalyptusGL|http://eucalyptus.ucsb.edu/" service
 
7
     * by the Apache Axis2/C version: 1.4  Built on : Apr 26, 2008 (06:24:30 EDT)
 
8
     * axis2_skel_EucalyptusGL Axis2/C skeleton for the axisService
 
9
     */
 
10
 
 
11
#include "axis2_skel_EucalyptusGL.h"
 
12
#include <server-marshal.h>
 
13
 
 
14
 
 
15
     
 
16
 
 
17
                 
 
18
        /**
 
19
         * auto generated function definition signature
 
20
         * for "GetLogs|http://eucalyptus.ucsb.edu/" operation.
 
21
         
 
22
         *
 
23
         * @param getLogs
 
24
         *
 
25
         * @return adb_GetLogsResponse_t** @param getLogs
 
26
         */
 
27
         adb_GetLogsResponse_t* axis2_skel_EucalyptusGL_GetLogs (const axutil_env_t *env  ,
 
28
                                              adb_GetLogs_t* getLogs )
 
29
        { return (GetLogsMarshal(getLogs, env)); }
 
30
     
 
31
 
 
32
                 
 
33
        /**
 
34
         * auto generated function definition signature
 
35
         * for "GetKeys|http://eucalyptus.ucsb.edu/" operation.
 
36
         
 
37
         *
 
38
         * @param getKeys
 
39
         *
 
40
         * @return adb_GetKeysResponse_t** @param getKeys
 
41
         */
 
42
         adb_GetKeysResponse_t* axis2_skel_EucalyptusGL_GetKeys (const axutil_env_t *env  ,
 
43
                                              adb_GetKeys_t* getKeys )
 
44
        { return (GetKeysMarshal(getKeys, env)); }
 
45
     
 
46