~ubuntu-branches/ubuntu/maverick/eucalyptus/maverick

« back to all changes in this revision

Viewing changes to cluster/generated/adb_RebootInstances.h

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2010-07-21 17:27:10 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20100721172710-7xv07dmdqgivc3t9
Tags: 2.0~bzr1211-0ubuntu1
* New major upstream version merge, 2.0 (r1211).
* debian/patches/:
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 02-Makefile.patch: Updated to reflect new code layout.
  - 07-local_support_euca_conf-in.patch: Updated to reflect new code layout.
  - 08-ubuntu-default-networking.patch: Refreshed.
  - 09-small-128-192MB.patch: Updated to point to new location.
  - 10-disable-iscsi.patch: Refreshed.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 15-fix-default-ramdisk.patch: Updated to point to new location.
  - 16-kvm_libvirt_xml_default_use_kvm.patch: Updated to reflect changes.
  - 17-fix_walrus_OOM_errors.patch: Removed, fixed upstream.
  - 18-priv_security.patch: Updated to reflect upstream changes.
  - 20-brute-force-webui.patch: Updated to reflect upstream changes. 
  - 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:
15
15
        */
16
16
        typedef struct adb_RebootInstances adb_RebootInstances_t;
17
17
 
18
 
 
 
18
        
19
19
          #include "adb_rebootInstancesType.h"
20
 
 
 
20
          
21
21
 
22
22
        #include <stdio.h>
23
23
        #include <axiom.h>
32
32
 
33
33
        #define ADB_DEFAULT_DIGIT_LIMIT 64
34
34
        #define ADB_DEFAULT_NAMESPACE_PREFIX_LIMIT 64
35
 
 
 
35
        
36
36
 
37
37
        /******************************* Create and Free functions *********************************/
38
38
 
59
59
 
60
60
 
61
61
        /********************************** Getters and Setters **************************************/
62
 
 
63
 
 
 
62
        
 
63
        
64
64
 
65
65
        /**
66
 
         * Getter for RebootInstances.
 
66
         * Getter for RebootInstances. 
67
67
         * @param  _RebootInstances adb_RebootInstances_t object
68
68
         * @param env pointer to environment struct
69
69
         * @return adb_rebootInstancesType_t*
97
97
            adb_RebootInstances_t* _RebootInstances,
98
98
            const axutil_env_t *env);
99
99
 
100
 
 
 
100
        
101
101
 
102
102
 
103
103
        /******************************* Checking and Setting NIL values *********************************/
104
 
 
 
104
        
105
105
 
106
106
        /**
107
107
         * NOTE: set_nil is only available for nillable properties
108
108
         */
109
109
 
110
 
 
 
110
        
111
111
 
112
112
        /**
113
113
         * Check whether RebootInstances is nill
121
121
                const axutil_env_t *env);
122
122
 
123
123
 
124
 
 
 
124
        
125
125
        /**
126
126
         * Set RebootInstances to nill (currently the same as reset)
127
127
         * @param  _RebootInstances adb_RebootInstances_t object
132
132
        adb_RebootInstances_set_RebootInstances_nil(
133
133
                adb_RebootInstances_t* _RebootInstances,
134
134
                const axutil_env_t *env);
135
 
 
 
135
        
136
136
 
137
137
        /**************************** Serialize and Deserialize functions ***************************/
138
138
        /*********** These functions are for use only inside the generated code *********************/
139
139
 
140
 
 
 
140
        
141
141
        /**
142
142
         * Deserialize an XML to adb objects
143
143
         * @param  _RebootInstances adb_RebootInstances_t object
144
144
         * @param env pointer to environment struct
145
145
         * @param dp_parent double pointer to the parent node to deserialize
146
146
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
147
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
147
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
148
148
         *              (Parent will order this in a case of choice)
149
149
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
150
150
         */
155
155
            axiom_node_t** dp_parent,
156
156
            axis2_bool_t *dp_is_early_node_valid,
157
157
            axis2_bool_t dont_care_minoccurs);
158
 
 
159
 
 
 
158
                            
 
159
            
160
160
 
161
161
       /**
162
 
         * Declare namespace in the most parent node
 
162
         * Declare namespace in the most parent node 
163
163
         * @param  _RebootInstances adb_RebootInstances_t object
164
164
         * @param env pointer to environment struct
165
165
         * @param parent_element parent element
172
172
                    const axutil_env_t *env, axiom_element_t *parent_element,
173
173
                    axutil_hash_t *namespaces, int *next_ns_index);
174
174
 
175
 
 
 
175
        
176
176
 
177
177
        /**
178
178
         * Serialize to an XML from the adb objects
204
204
     #endif
205
205
 
206
206
     #endif /* ADB_REBOOTINSTANCES_H */
207
 
 
 
207
    
208
208