You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/06/04 05:09:41 UTC

svn commit: r411506 [6/27] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/attachments/ axiom/src/om/ axiom/src/parser/guththila/ axiom/src/parser/libxml2/ axiom/src/soap/ axiom/test/om/ axiom/test/soap/ guththila/src/ include/ modules/core/c...

Modified: webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h (original)
+++ webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h Sat Jun  3 20:09:08 2006
@@ -41,7 +41,7 @@
   */
 
 typedef struct axis2_soap_over_http_sender_ops 
-							axis2_soap_over_http_sender_ops_t;
+                     axis2_soap_over_http_sender_ops_t;
 typedef struct axis2_soap_over_http_sender axis2_soap_over_http_sender_t;
     
     
@@ -51,26 +51,26 @@
  */
 AXIS2_DECLARE_DATA struct axis2_soap_over_http_sender_ops
 {
-	axis2_status_t (AXIS2_CALL *send) 
+   axis2_status_t (AXIS2_CALL *send) 
                                 (axis2_soap_over_http_sender_t *sender, 
                                 const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx,
-								axis2_soap_envelope_t *out, 
-								axis2_char_t *str_url, 
-								axis2_char_t *soap_action);
-	
-	axis2_status_t (AXIS2_CALL *set_chunked) 
+                        axis2_soap_envelope_t *out, 
+                        axis2_char_t *str_url, 
+                        axis2_char_t *soap_action);
+   
+   axis2_status_t (AXIS2_CALL *set_chunked) 
                                 (axis2_soap_over_http_sender_t *sender, 
                                 const axis2_env_t *env, axis2_bool_t chunked);
-	
-	axis2_status_t (AXIS2_CALL *set_om_output)
+   
+   axis2_status_t (AXIS2_CALL *set_om_output)
                                 (axis2_soap_over_http_sender_t *sender, 
                                 const axis2_env_t *env, axis2_om_output_t *om_output);
-	
-	axis2_status_t (AXIS2_CALL *set_http_version)
-								(axis2_soap_over_http_sender_t *sender, 
-								const axis2_env_t *env, axis2_char_t *version);
-	
-	axis2_status_t (AXIS2_CALL *free) 
+   
+   axis2_status_t (AXIS2_CALL *set_http_version)
+                        (axis2_soap_over_http_sender_t *sender, 
+                        const axis2_env_t *env, axis2_char_t *version);
+   
+   axis2_status_t (AXIS2_CALL *free) 
                                 (axis2_soap_over_http_sender_t *sender, 
                                 const axis2_env_t *env);
 };
@@ -78,19 +78,19 @@
     
 axis2_status_t AXIS2_CALL 
 axis2_soap_over_http_sender_get_header_info 
-								(axis2_soap_over_http_sender_t *sender, 
+                        (axis2_soap_over_http_sender_t *sender, 
                                 const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx, 
-								axis2_http_simple_response_t *response);
+                        axis2_http_simple_response_t *response);
 
 axis2_status_t AXIS2_CALL
 axis2_soap_over_http_sender_process_response 
-								(axis2_soap_over_http_sender_t *sender, 
+                        (axis2_soap_over_http_sender_t *sender, 
                                 const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx, 
-								axis2_http_simple_response_t *response);
+                        axis2_http_simple_response_t *response);
 
 axis2_status_t AXIS2_CALL
 axis2_soap_over_http_sender_get_timeout_values 
-								(axis2_soap_over_http_sender_t *sender, 
+                        (axis2_soap_over_http_sender_t *sender, 
                                 const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx);
 
 /**
@@ -99,18 +99,18 @@
  */
 AXIS2_DECLARE_DATA struct axis2_soap_over_http_sender
 {
-	axis2_soap_over_http_sender_ops_t *ops;
+   axis2_soap_over_http_sender_ops_t *ops;
 };
 
 
 AXIS2_EXTERN axis2_soap_over_http_sender_t * AXIS2_CALL 
 axis2_soap_over_http_sender_create(const axis2_env_t *env);
 
-/********************* Start of function macros	***************************/
+/********************* Start of function macros   ***************************/
 
 #define AXIS2_SOAP_OVER_HTTP_SENDER_SEND(sender, env, msg_ctx, output, url, \
-						soap_action) ((sender)->ops->send (sender, env, msg_ctx\
-						,output, url, soap_action))
+                  soap_action) ((sender)->ops->send (sender, env, msg_ctx\
+                  ,output, url, soap_action))
 #define AXIS2_SOAP_OVER_HTTP_SENDER_SET_CHUNKED(sender, env, chunked) \
                         ((sender)->ops->set_chunked(sender, env, chunked))
 #define AXIS2_SOAP_OVER_HTTP_SENDER_SET_OM_OUTPUT(sender, env, om_output) \

Modified: webservices/axis2/trunk/c/include/axis2_stub.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_stub.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_stub.h (original)
+++ webservices/axis2/trunk/c/include/axis2_stub.h Sat Jun  3 20:09:08 2006
@@ -89,8 +89,8 @@
     
     axis2_status_t (AXIS2_CALL *
     engage_module)(axis2_stub_t *stub,
-		  const axis2_env_t *env,
-		  axis2_char_t *module_name);
+        const axis2_env_t *env,
+        axis2_char_t *module_name);
 
     axis2_svc_client_t *(AXIS2_CALL *
     get_svc_client)(axis2_stub_t *stub,
@@ -130,31 +130,31 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_STUB_FREE(stub, env) \
-		((stub)->ops->free (stub, env))
+      ((stub)->ops->free (stub, env))
 
 #define AXIS2_STUB_SET_ENDPOINT_REF(stub, env, endpoint_ref) \
-		((stub)->ops->set_endpoint_ref (stub, env, endpoint_ref))
+      ((stub)->ops->set_endpoint_ref (stub, env, endpoint_ref))
 
 #define AXIS2_STUB_SET_ENDPOINT_URI(stub, env, endpoint_uri) \
-		((stub)->ops->set_endpoint_uri (stub, env, endpoint_uri))
+      ((stub)->ops->set_endpoint_uri (stub, env, endpoint_uri))
         
 #define AXIS2_STUB_SET_USE_SEPERATE_LISTENER(stub, env, use_separate_listener) \
-		((stub)->ops->set_transport_info (stub, env, use_separate_listener))  
+      ((stub)->ops->set_transport_info (stub, env, use_separate_listener))  
 
 #define AXIS2_STUB_ENGAGE_MODULE(stub, env, module_name) \
-		((stub)->ops->engage_module (stub, env, module_name))
+      ((stub)->ops->engage_module (stub, env, module_name))
         
 #define AXIS2_STUB_SET_SOAP_VERSION(stub, env, soap_version) \
-		((stub)->ops->set_soap_version (stub, env, soap_version))
+      ((stub)->ops->set_soap_version (stub, env, soap_version))
         
 #define AXIS2_STUB_GET_SVC_CTX_ID(stub, env) \
-		((stub)->ops->get_svc_ctx_id (stub, env))
+      ((stub)->ops->get_svc_ctx_id (stub, env))
         
 #define AXIS2_STUB_GET_SVC_CLIENT(stub, env) \
-		((stub)->ops->get_svc_client(stub, env))
+      ((stub)->ops->get_svc_client(stub, env))
 
 #define AXIS2_STUB_GET_OPTIONS(stub, env) \
-		((stub)->ops->get_options(stub, env))
+      ((stub)->ops->get_options(stub, env))
         
         
 /** @} */

Modified: webservices/axis2/trunk/c/include/axis2_svc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc.h Sat Jun  3 20:09:08 2006
@@ -67,62 +67,62 @@
  */    
 struct axis2_svc_ops
 {
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     free) (axis2_svc_t *svc, 
             const axis2_env_t *env);
 
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     add_op) (axis2_svc_t *svc, 
                     const axis2_env_t *env,
                     struct axis2_op *op);
 
-	struct axis2_op *(AXIS2_CALL *
+   struct axis2_op *(AXIS2_CALL *
     get_op_with_qname) (axis2_svc_t *svc, 
                                   const axis2_env_t *env,
                                   axis2_qname_t *op_qname);
 
-	struct axis2_op *(AXIS2_CALL *
+   struct axis2_op *(AXIS2_CALL *
     get_op_with_name) (axis2_svc_t *svc, 
                                 const axis2_env_t *env,
                                 const axis2_char_t * op_name);
 
-	axis2_hash_t *(AXIS2_CALL *
+   axis2_hash_t *(AXIS2_CALL *
     get_ops) (axis2_svc_t *svc, 
                      const axis2_env_t *env);
 
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     set_parent) (axis2_svc_t *svc, 
                     const axis2_env_t *env,
                     struct axis2_svc_grp *svc_grp);
 
-	struct axis2_svc_grp *(AXIS2_CALL *
+   struct axis2_svc_grp *(AXIS2_CALL *
     get_parent) (axis2_svc_t *svc, 
                  const axis2_env_t *env);
-	
+   
     axis2_status_t (AXIS2_CALL *
     set_qname) (axis2_svc_t *svc, 
                 const axis2_env_t *env,
                 axis2_qname_t *qname);
     
-	axis2_qname_t *(AXIS2_CALL *
+   axis2_qname_t *(AXIS2_CALL *
     get_qname) (const axis2_svc_t *svc, 
                const axis2_env_t *env);
 
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     add_param) (axis2_svc_t *svc, 
                 const axis2_env_t *env,
                 axis2_param_t *param);
 
-	axis2_param_t *(AXIS2_CALL *
+   axis2_param_t *(AXIS2_CALL *
     get_param) (axis2_svc_t *svc, 
                 const axis2_env_t *env,
                 const axis2_char_t *name);
 
-	axis2_array_list_t *(AXIS2_CALL *
+   axis2_array_list_t *(AXIS2_CALL *
     get_params) (axis2_svc_t *svc, 
                     const axis2_env_t *env);
-	
-	axis2_bool_t (AXIS2_CALL *
+   
+   axis2_bool_t (AXIS2_CALL *
     is_param_locked) (axis2_svc_t *svc, 
                         const axis2_env_t *env,
                         axis2_char_t *param_name);
@@ -406,11 +406,11 @@
 
 /** 
  * @brief Service struct
-  *	Axis2 Service  
+  *   Axis2 Service  
  */
 struct axis2_svc
 {
-	axis2_svc_ops_t *ops; 
+   axis2_svc_ops_t *ops; 
     struct axis2_param_container *param_container;
     struct axis2_flow_container *flow_container;
     struct axis2_wsdl_svc *wsdl_svc;    
@@ -447,13 +447,13 @@
 #define AXIS2_SVC_FREE(svc, env) ((svc)->ops->free (svc, env))
 
 #define AXIS2_SVC_ADD_OP(svc, env, op) \
-		((svc)->ops->add_op (svc, env, op))
+      ((svc)->ops->add_op (svc, env, op))
 
 #define AXIS2_SVC_GET_OP_WITH_QNAME(svc, env, op_qname) \
-		((svc)->ops->get_op_with_qname (svc, env, op_qname))
+      ((svc)->ops->get_op_with_qname (svc, env, op_qname))
 
 #define AXIS2_SVC_GET_OP_WITH_NAME(svc, env, op_name) \
-		((svc)->ops->get_op_with_name (svc, env, op_name))
+      ((svc)->ops->get_op_with_name (svc, env, op_name))
 
 #define AXIS2_SVC_GET_OPS(svc, env) ((svc)->ops->get_ops (svc, env))
 
@@ -465,13 +465,13 @@
 #define AXIS2_SVC_SET_QNAME(svc, env, qname) ((svc)->ops->set_qname(svc , env, qname))
 
 #define AXIS2_SVC_GET_QNAME(svc, env) ((svc)->ops->get_qname(svc , env))
-		
+      
 #define AXIS2_SVC_ADD_PARAM(svc, env, param) ((svc)->ops->add_param(svc , env, param))
-		
+      
 #define AXIS2_SVC_GET_PARAM(svc, env, name) ((svc)->ops->get_param(svc , env, name))
-		
+      
 #define AXIS2_SVC_GET_PARAMS(svc, env) ((svc)->ops->get_params(svc , env))
-		
+      
 #define AXIS2_SVC_IS_PARAM_LOCKED(svc, env, param_name) \
         ((svc)->ops->is_param_locked(svc, env, param_name))
 

Modified: webservices/axis2/trunk/c/include/axis2_svc_ctx.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc_ctx.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_ctx.h Sat Jun  3 20:09:08 2006
@@ -48,61 +48,61 @@
 struct axis2_svc_ctx_ops
 {
     axis2_ctx_t* (AXIS2_CALL *
-	get_base)(struct axis2_svc_ctx *svc_ctx,
-			  const axis2_env_t *env);
-	
-	
+   get_base)(struct axis2_svc_ctx *svc_ctx,
+           const axis2_env_t *env);
+   
+   
     struct axis2_svc_grp_ctx* (AXIS2_CALL *
-	get_parent)(struct axis2_svc_ctx *svc_ctx,
-				const axis2_env_t *env);
-	
-	
+   get_parent)(struct axis2_svc_ctx *svc_ctx,
+            const axis2_env_t *env);
+   
+   
     axis2_status_t (AXIS2_CALL *
-	free)(struct axis2_svc_ctx *svc_ctx,
-		  const axis2_env_t *env);
-	
-	
+   free)(struct axis2_svc_ctx *svc_ctx,
+        const axis2_env_t *env);
+   
+   
     /**
      * The method is used to do the intialization of the EngineContext
      */
     axis2_status_t (AXIS2_CALL *
-	init)(struct axis2_svc_ctx *svc_ctx, 
+   init)(struct axis2_svc_ctx *svc_ctx, 
           const axis2_env_t *env,
-	      struct axis2_conf *conf);
-			  
-		  
+         struct axis2_conf *conf);
+           
+        
     /**
      * @return Returns the svc_id.
      */
     axis2_char_t* (AXIS2_CALL *
-	get_svc_id)(struct axis2_svc_ctx *svc_ctx,
-		        const axis2_env_t *env);
-	
-	
+   get_svc_id)(struct axis2_svc_ctx *svc_ctx,
+              const axis2_env_t *env);
+   
+   
     struct axis2_svc* (AXIS2_CALL *
-	get_svc)(struct axis2_svc_ctx *svc_ctx,
+   get_svc)(struct axis2_svc_ctx *svc_ctx,
              const axis2_env_t *env);
-	
+   
     axis2_status_t (AXIS2_CALL *
     set_svc) (axis2_svc_ctx_t *svc_ctx,
               const axis2_env_t *env,
               struct axis2_svc *svc);
-				  
+              
 
     struct axis2_conf_ctx* (AXIS2_CALL *
-	get_conf_ctx)(struct axis2_svc_ctx *svc_ctx, 
+   get_conf_ctx)(struct axis2_svc_ctx *svc_ctx, 
                   const axis2_env_t *env);
-	
-	
+   
+   
     struct axis2_op_ctx* (AXIS2_CALL *
-	create_op_ctx)(struct axis2_svc_ctx *svc_ctx, 
+   create_op_ctx)(struct axis2_svc_ctx *svc_ctx, 
                    const axis2_env_t *env, 
-				   axis2_qname_t *qname);
+               axis2_qname_t *qname);
 };
 
 /** 
  * @brief Message Context struct
-  *	Axis2 Message Context
+  *   Axis2 Message Context
  */
 struct axis2_svc_ctx
 {
@@ -116,31 +116,31 @@
 /************************** Start of function macros **************************/
 
 #define AXIS2_SVC_CTX_GET_BASE(svc_ctx, env) \
-		((svc_ctx)->ops->get_base(svc_ctx, env))
-	
+      ((svc_ctx)->ops->get_base(svc_ctx, env))
+   
 #define AXIS2_SVC_CTX_GET_PARENT(svc_ctx, env) \
-		((svc_ctx)->ops->get_parent(svc_ctx, env))
-	
+      ((svc_ctx)->ops->get_parent(svc_ctx, env))
+   
 #define AXIS2_SVC_CTX_FREE(svc_ctx, env) \
-		((svc_ctx)->ops->free(svc_ctx, env))
-	
+      ((svc_ctx)->ops->free(svc_ctx, env))
+   
 #define AXIS2_SVC_CTX_INIT(svc_ctx, env, conf) \
-		((svc_ctx)->ops->init(svc_ctx, env, conf))
-	
+      ((svc_ctx)->ops->init(svc_ctx, env, conf))
+   
 #define AXIS2_SVC_CTX_GET_SVC_ID(svc_ctx, env) \
-		((svc_ctx)->ops->get_svc_id(svc_ctx, env))
-	
+      ((svc_ctx)->ops->get_svc_id(svc_ctx, env))
+   
 #define AXIS2_SVC_CTX_GET_SVC(svc_ctx, env) \
-		((svc_ctx)->ops->get_svc(svc_ctx, env))
-	
+      ((svc_ctx)->ops->get_svc(svc_ctx, env))
+   
 #define AXIS2_SVC_CTX_SET_SVC(svc_ctx, env, svc) \
         ((svc_ctx)->ops->set_svc(svc_ctx, env, svc))
-		
+      
 #define AXIS2_SVC_CTX_GET_CONF_CTX(svc_ctx, env) \
-		((svc_ctx)->ops->get_conf_ctx(svc_ctx, env))
-	
+      ((svc_ctx)->ops->get_conf_ctx(svc_ctx, env))
+   
 #define AXIS2_SVC_CTX_CREATE_OP_CTX(svc_ctx, env, qname) \
-		((svc_ctx)->ops->create_op_ctx(svc_ctx, env, qname))
+      ((svc_ctx)->ops->create_op_ctx(svc_ctx, env, qname))
     
 /************************** End of function macros ****************************/    
 

Modified: webservices/axis2/trunk/c/include/axis2_svc_grp.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc_grp.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_grp.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_grp.h Sat Jun  3 20:09:08 2006
@@ -47,7 +47,7 @@
  */   
 struct axis2_svc_grp_ops
 {
-	/** 
+   /** 
      * Deallocate memory
      * @return status code
      */
@@ -64,7 +64,7 @@
     set_svc_grp_name) (axis2_svc_grp_t *svc_grp, 
                 const axis2_env_t *env, 
                 axis2_char_t *svc_grp_name);
-	/** 
+   /** 
      * Get the service group name
      * @return service group name
      */
@@ -76,7 +76,7 @@
      * @param service service to be added
      * @return status code
      */
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     add_svc) (axis2_svc_grp_t *svc_grp, 
                 const axis2_env_t *env,
                 struct axis2_svc *svc) ;
@@ -86,7 +86,7 @@
      * @param svc_name name of the service
      * @return service description
      */
-	struct axis2_svc *(AXIS2_CALL *
+   struct axis2_svc *(AXIS2_CALL *
     get_svc) (axis2_svc_grp_t *svc_grp, 
                 const axis2_env_t *env,
                 axis2_qname_t *svc_name);
@@ -95,26 +95,26 @@
     get_svcs) (axis2_svc_grp_t *svc_grp, 
                const axis2_env_t *env);
     
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     remove_svc) (axis2_svc_grp_t *svc_grp, 
                  const axis2_env_t *env,
                  axis2_qname_t *svc_name);
         
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     add_param) (axis2_svc_grp_t *svc_grp, 
                 const axis2_env_t *env, 
                 axis2_param_t *param);
         
-	axis2_param_t *(AXIS2_CALL *
+   axis2_param_t *(AXIS2_CALL *
     get_param) (axis2_svc_grp_t *svc_grp, 
                 const axis2_env_t *env, 
                 const axis2_char_t *name);
         
-	axis2_array_list_t *(AXIS2_CALL *
+   axis2_array_list_t *(AXIS2_CALL *
     get_params) (axis2_svc_grp_t *svc_grp, 
                  const axis2_env_t *env);
     
-	axis2_bool_t (AXIS2_CALL *
+   axis2_bool_t (AXIS2_CALL *
     is_param_locked) (axis2_svc_grp_t *svc_grp, 
                         const axis2_env_t *env, 
                         axis2_char_t *param_name);
@@ -169,11 +169,11 @@
 
 /** 
  * @brief Service group struct
-  *	Axis2 Service group  
+  *   Axis2 Service group  
  */
 struct axis2_svc_grp
 {
-	axis2_svc_grp_ops_t *ops; 
+   axis2_svc_grp_ops_t *ops; 
     axis2_param_container_t *param_container;    
 
 };
@@ -197,10 +197,10 @@
 /**************************** Start of function macros ************************/
 
 #define AXIS2_SVC_GRP_FREE(svc_grp, env) ((svc_grp)->ops->free (svc_grp , env))
-	
+   
 #define AXIS2_SVC_GRP_SET_NAME(svc_grp, env , svc_grp_name) \
         ((svc_grp)->ops->set_svc_grp_name (svc_grp, env, svc_grp_name))
-		
+      
 #define AXIS2_SVC_GRP_GET_NAME(svc_grp, env) \
         ((svc_grp)->ops->get_svc_grp_name(svc_grp, env))
 
@@ -214,17 +214,17 @@
         ((svc_grp)->ops->get_svcs(svc_grp, env))
         
 #define AXIS2_SVC_GRP_REMOVE_SVC(svc_grp, env, srvc_name) \
-		((svc_grp)->ops->remove_svc(svc_grp, env, srvc_name))		
+      ((svc_grp)->ops->remove_svc(svc_grp, env, srvc_name))      
 
 #define AXIS2_SVC_GRP_ADD_PARAM(svc_grp, env, param) \
-		((svc_grp)->ops->add_param(svc_grp, env, param))
-		
+      ((svc_grp)->ops->add_param(svc_grp, env, param))
+      
 #define AXIS2_SVC_GRP_GET_PARAM(svc_grp, env, name) \
-		((svc_grp)->ops->get_param(svc_grp, env, name))
-		
+      ((svc_grp)->ops->get_param(svc_grp, env, name))
+      
 #define AXIS2_SVC_GRP_GET_PARAMS(svc_grp, env) \
         ((svc_grp)->ops->get_params(svc_grp, env))
-				
+            
 #define AXIS2_SVC_GRP_IS_PARAM_LOCKED(svc_grp, env , param_name) \
         ((svc_grp)->ops->is_param_locked(svc_grp, env, param_name))
 

Modified: webservices/axis2/trunk/c/include/axis2_svc_grp_ctx.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc_grp_ctx.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_grp_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_grp_ctx.h Sat Jun  3 20:09:08 2006
@@ -50,69 +50,69 @@
 struct axis2_svc_grp_ctx_ops
 {
     axis2_ctx_t* (AXIS2_CALL *
-	get_base)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+   get_base)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
               const axis2_env_t *env);
-	
-	
+   
+   
     struct axis2_conf_ctx* (AXIS2_CALL *
-	get_parent)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+   get_parent)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
                 const axis2_env_t *env);
-	
-	
+   
+   
     axis2_status_t (AXIS2_CALL *
-	free)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+   free)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
           const axis2_env_t *env);
-	
-	
+   
+   
     /**
      * The method is used to do the intialization of the EngineContext
      */
     axis2_status_t (AXIS2_CALL *
-	init)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
-		  const axis2_env_t *env,
-		  struct axis2_conf *conf);
-			  
-		  
+   init)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+        const axis2_env_t *env,
+        struct axis2_conf *conf);
+           
+        
     axis2_char_t* (AXIS2_CALL *
-	get_id)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+   get_id)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
             const axis2_env_t *env);
-	
-	
+   
+   
     axis2_status_t (AXIS2_CALL *
-	set_id)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+   set_id)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
             const axis2_env_t *env, 
-			axis2_char_t *id);
-	
-	
+         axis2_char_t *id);
+   
+   
     /** if the servic name is foo:bar , you should pass only bar */
     struct axis2_svc_ctx* (AXIS2_CALL *
-	get_svc_ctx)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
-				 const axis2_env_t *env,
-				 axis2_char_t *svc_name);
-	
+   get_svc_ctx)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+             const axis2_env_t *env,
+             axis2_char_t *svc_name);
+   
     /**
      * This will create one service context per each service in descrpition
      * if service group has 2 service init , then two service contexts will be
      * created
      */
     axis2_status_t (AXIS2_CALL *
-	fill_svc_ctx_map)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+   fill_svc_ctx_map)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
                       const axis2_env_t *env);
-	
-	
+   
+   
     struct axis2_svc_grp* (AXIS2_CALL *
-	get_svc_grp)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+   get_svc_grp)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
                  const axis2_env_t *env);
-	
-	
+   
+   
     axis2_hash_t* (AXIS2_CALL *
-	get_svc_ctx_map)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
+   get_svc_ctx_map)(struct axis2_svc_grp_ctx *svc_grp_ctx, 
                      const axis2_env_t *env);
 };
 
 /** 
  * @brief Message Context struct
-  *	Axis2 Message Context
+  *   Axis2 Message Context
  */
 struct axis2_svc_grp_ctx
 {
@@ -128,34 +128,34 @@
 /****************** Start of function macros **************************/
 
 #define AXIS2_SVC_GRP_CTX_GET_BASE(svc_grp_ctx, env) \
-		((svc_grp_ctx)->ops->get_base(svc_grp_ctx, env))
-						
+      ((svc_grp_ctx)->ops->get_base(svc_grp_ctx, env))
+                  
 #define AXIS2_SVC_GRP_CTX_GET_PARENT(svc_grp_ctx, env) \
-		((svc_grp_ctx)->ops->get_parent(svc_grp_ctx, env))
-						
+      ((svc_grp_ctx)->ops->get_parent(svc_grp_ctx, env))
+                  
 #define AXIS2_SVC_GRP_CTX_FREE(svc_grp_ctx, env)\
-		((svc_grp_ctx)->ops->free(svc_grp_ctx, env))
-						
+      ((svc_grp_ctx)->ops->free(svc_grp_ctx, env))
+                  
 #define AXIS2_SVC_GRP_CTX_INIT(svc_grp_ctx, env, conf)\
-		((svc_grp_ctx)->ops->init(svc_grp_ctx, env, conf))
-						
+      ((svc_grp_ctx)->ops->init(svc_grp_ctx, env, conf))
+                  
 #define AXIS2_SVC_GRP_CTX_GET_ID(svc_grp_ctx, env) \
-		((svc_grp_ctx)->ops->get_id(svc_grp_ctx, env))
-						
+      ((svc_grp_ctx)->ops->get_id(svc_grp_ctx, env))
+                  
 #define AXIS2_SVC_GRP_CTX_SET_ID(svc_grp_ctx, env, id) \
-		((svc_grp_ctx)->ops->set_id(svc_grp_ctx, env, id))
-						
+      ((svc_grp_ctx)->ops->set_id(svc_grp_ctx, env, id))
+                  
 #define AXIS2_SVC_GRP_CTX_GET_SVC_CTX(svc_grp_ctx, env, svc_name) \
-		((svc_grp_ctx)->ops->get_svc_ctx(svc_grp_ctx, env, svc_name))
-		
+      ((svc_grp_ctx)->ops->get_svc_ctx(svc_grp_ctx, env, svc_name))
+      
 #define AXIS2_SVC_GRP_CTX_FILL_SVC_CTX_MAP(svc_grp_ctx, env) \
-		((svc_grp_ctx)->ops->fill_svc_ctx_map(svc_grp_ctx, env))
-		
+      ((svc_grp_ctx)->ops->fill_svc_ctx_map(svc_grp_ctx, env))
+      
 #define AXIS2_SVC_GRP_GET_SVC_GRP(svc_grp_ctx, env) \
-		((svc_grp_ctx)->ops->get_svc_grp(svc_grp_ctx, env))
-		
+      ((svc_grp_ctx)->ops->get_svc_grp(svc_grp_ctx, env))
+      
 #define AXIS2_SVC_GRP_GET_SVC_CTX_MAP(svc_grp_ctx, env) \
-		((svc_grp_ctx)->ops->get_svc_ctx_map(svc_grp_ctx, env))
+      ((svc_grp_ctx)->ops->get_svc_ctx_map(svc_grp_ctx, env))
     
 /************************** End of function macros ****************************/    
 

Modified: webservices/axis2/trunk/c/include/axis2_svc_name.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc_name.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_name.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_name.h Sat Jun  3 20:09:08 2006
@@ -52,7 +52,7 @@
          * @return
          */
         axis2_qname_t* (AXIS2_CALL *
-		get_qname)(struct axis2_svc_name *svc_name, 
+      get_qname)(struct axis2_svc_name *svc_name, 
                    const axis2_env_t *env);
         /**
          * Method setName
@@ -60,16 +60,16 @@
          * @param qname
          */
         axis2_status_t (AXIS2_CALL *
-		set_qname)(struct axis2_svc_name *svc_name, 
+      set_qname)(struct axis2_svc_name *svc_name, 
                    const axis2_env_t *env, 
-				   axis2_qname_t *qname);
+               axis2_qname_t *qname);
         /**
          * Method getEndpointName
          *
          * @return
          */
         axis2_char_t* (AXIS2_CALL *
-		get_endpoint_name)(struct axis2_svc_name *svc_name, 
+      get_endpoint_name)(struct axis2_svc_name *svc_name, 
                            const axis2_env_t *env);
         /**
          * Method setEndpointName
@@ -77,18 +77,18 @@
          * @param endpoint_name
          */
         axis2_status_t (AXIS2_CALL *
-		set_endpoint_name)(struct axis2_svc_name *svc_name, 
+      set_endpoint_name)(struct axis2_svc_name *svc_name, 
                            const axis2_env_t *env, 
-						   axis2_char_t *endpoint_name);
-		
-		
+                     axis2_char_t *endpoint_name);
+      
+      
         axis2_status_t (AXIS2_CALL *
-		free)(struct axis2_svc_name *svc_name, 
+      free)(struct axis2_svc_name *svc_name, 
               const axis2_env_t *env);
-		
-		
+      
+      
     } axis2_svc_name_ops_t;
-	
+   
    /** 
     * \brief Dispatcher struct
     */
@@ -107,23 +107,23 @@
  */
 AXIS2_EXTERN axis2_svc_name_t* AXIS2_CALL 
 axis2_svc_name_create(const axis2_env_t *env, 
-					  axis2_qname_t *qname, 
-					  axis2_char_t *endpoint_name) ;
+                 axis2_qname_t *qname, 
+                 axis2_char_t *endpoint_name) ;
     
 #define AXIS2_SVC_NAME_GET_QNAME(svc_name, env) \
-		((svc_name)->ops->get_qname(svc_name, env))
-	
+      ((svc_name)->ops->get_qname(svc_name, env))
+   
 #define AXIS2_SVC_NAME_SET_QNAME(svc_name, env, qname) \
-		((svc_name)->ops->set_qname(svc_name, env, qname))
-	
+      ((svc_name)->ops->set_qname(svc_name, env, qname))
+   
 #define AXIS2_SVC_NAME_GET_ENDPOINT_NAME(svc_name, env) \
-		((svc_name)->ops->get_endpoint_name(svc_name, env))
-		
+      ((svc_name)->ops->get_endpoint_name(svc_name, env))
+      
 #define AXIS2_SVC_NAME_SET_ENDPOINT_NAME(svc_name, env, endpoint_name) \
-		((svc_name)->ops->set_endpoint_name(svc_name, env, endpoint_name))
-		
+      ((svc_name)->ops->set_endpoint_name(svc_name, env, endpoint_name))
+      
 #define AXIS2_SVC_NAME_FREE(svc_name, env) \
-		((svc_name)->ops->free(svc_name, env))
+      ((svc_name)->ops->free(svc_name, env))
 
 /** @} */
     

Modified: webservices/axis2/trunk/c/include/axis2_svc_skeleton.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc_skeleton.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_skeleton.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_skeleton.h Sat Jun  3 20:09:08 2006
@@ -84,16 +84,16 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_SVC_SKELETON_INIT(svc_skeleton, env) \
-		((svc_skeleton)->ops->init (svc_skeleton, env))
+      ((svc_skeleton)->ops->init (svc_skeleton, env))
 
 #define AXIS2_SVC_SKELETON_FREE(svc_skeleton, env) \
-		((svc_skeleton)->ops->free (svc_skeleton, env))
+      ((svc_skeleton)->ops->free (svc_skeleton, env))
 
 #define AXIS2_SVC_SKELETON_INVOKE(svc_skeleton, env, node, msg_ctx) \
-		((svc_skeleton)->ops->invoke (svc_skeleton, env, node, msg_ctx))
+      ((svc_skeleton)->ops->invoke (svc_skeleton, env, node, msg_ctx))
 
 #define AXIS2_SVC_SKELETON_ON_FAULT(svc_skeleton, env, node) \
-		((svc_skeleton)->ops->on_fault (svc_skeleton, env, node))
+      ((svc_skeleton)->ops->on_fault (svc_skeleton, env, node))
 
 
 /** @} */

Modified: webservices/axis2/trunk/c/include/axis2_svr_callback.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svr_callback.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svr_callback.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svr_callback.h Sat Jun  3 20:09:08 2006
@@ -76,7 +76,7 @@
 
 /** 
  * @brief Server Callback struct
-  *	Axis2 Server Callback
+  *   Axis2 Server Callback
  */
 struct axis2_svr_callback
 {
@@ -96,10 +96,10 @@
         ((svr_callback)->ops->free (svr_callback, env))
 
 #define AXIS2_SVR_CALLBACK_HANDLER_RESULT(svr_callback, env, msg_ctx) \
-		((svr_callback)->ops->handle_result (svr_callback, env, msg_ctx))
+      ((svr_callback)->ops->handle_result (svr_callback, env, msg_ctx))
 
 #define AXIS2_SVR_CALLBACK_HANDLER_FAULT(svr_callback, env, msg_ctx) \
-		((svr_callback)->ops->handle_fault (svr_callback, env, msg_ctx))
+      ((svr_callback)->ops->handle_fault (svr_callback, env, msg_ctx))
 
 /************************** End of function macros ****************************/
     

Modified: webservices/axis2/trunk/c/include/axis2_transport_in_desc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_transport_in_desc.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_transport_in_desc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_transport_in_desc.h Sat Jun  3 20:09:08 2006
@@ -55,12 +55,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_transport_in_desc_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *free)(
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *free)(
                     axis2_transport_in_desc_t *transport_in_desc,
-			        const axis2_env_t *env);
+                 const axis2_env_t *env);
     
     /**
      * @return
@@ -150,7 +150,7 @@
  */  
 AXIS2_DECLARE_DATA struct axis2_transport_in_desc
 {
-	axis2_transport_in_desc_ops_t *ops;
+   axis2_transport_in_desc_ops_t *ops;
     axis2_param_container_t *param_container;
 };
 
@@ -165,52 +165,52 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_TRANSPORT_IN_DESC_FREE(transport_in_desc, env) \
-		((transport_in_desc)->ops->free (transport_in_desc, env))
+      ((transport_in_desc)->ops->free (transport_in_desc, env))
 
 #define AXIS2_TRANSPORT_IN_DESC_GET_QNAME(transport_in_desc, env) \
-		((transport_in_desc)->ops->get_qname (transport_in_desc, env))
+      ((transport_in_desc)->ops->get_qname (transport_in_desc, env))
 
 #define AXIS2_TRANSPORT_IN_DESC_SET_QNAME(transport_in_desc, env, qname) \
-		((transport_in_desc)->ops->set_qname (transport_in_desc, env, qname))
+      ((transport_in_desc)->ops->set_qname (transport_in_desc, env, qname))
 
 #define AXIS2_TRANSPORT_IN_DESC_GET_INFLOW(transport_in_desc, env) \
-		((transport_in_desc)->ops->get_inflow (transport_in_desc, env))
+      ((transport_in_desc)->ops->get_inflow (transport_in_desc, env))
 
 #define AXIS2_TRANSPORT_IN_DESC_SET_INFLOW(transport_in_desc, env, inflow) \
-		((transport_in_desc)->ops->set_inflow (transport_in_desc, env, inflow))       
+      ((transport_in_desc)->ops->set_inflow (transport_in_desc, env, inflow))       
 
 #define AXIS2_TRANSPORT_IN_DESC_GET_FAULTFLOW(transport_in_desc, env) \
-		((transport_in_desc)->ops->get_faultflow (transport_in_desc, env)) 
+      ((transport_in_desc)->ops->get_faultflow (transport_in_desc, env)) 
         
 #define AXIS2_TRANSPORT_IN_DESC_SET_FAULTFLOW(transport_in_desc, env, faultflow) \
-		((transport_in_desc)->ops->set_faultflow (transport_in_desc, env, faultflow)) 
+      ((transport_in_desc)->ops->set_faultflow (transport_in_desc, env, faultflow)) 
 
 #define AXIS2_TRANSPORT_IN_DESC_GET_RECV(transport_in_desc, env) \
-		((transport_in_desc)->ops->get_recv (transport_in_desc, env)) 
+      ((transport_in_desc)->ops->get_recv (transport_in_desc, env)) 
         
 #define AXIS2_TRANSPORT_IN_DESC_SET_RECV(transport_in_desc, env, recv) \
-		((transport_in_desc)->ops->set_recv (transport_in_desc, env, recv)) 
+      ((transport_in_desc)->ops->set_recv (transport_in_desc, env, recv)) 
 
 #define AXIS2_TRANSPORT_IN_DESC_GET_IN_PHASE(transport_in_desc, env) \
-		((transport_in_desc)->ops->get_in_phase (transport_in_desc, env)) 
+      ((transport_in_desc)->ops->get_in_phase (transport_in_desc, env)) 
         
 #define AXIS2_TRANSPORT_IN_DESC_SET_IN_PHASE(transport_in_desc, env, in_phase) \
-		((transport_in_desc)->ops->set_in_phase (transport_in_desc, env, in_phase)) 
+      ((transport_in_desc)->ops->set_in_phase (transport_in_desc, env, in_phase)) 
 
 #define AXIS2_TRANSPORT_IN_DESC_GET_FAULTPHASE(transport_in_desc, env) \
-		((transport_in_desc)->ops->get_faultphase (transport_in_desc, env)) 
+      ((transport_in_desc)->ops->get_faultphase (transport_in_desc, env)) 
         
 #define AXIS2_TRANSPORT_IN_DESC_SET_FAULTPHASE(transport_in_desc, env, faultphase) \
-		((transport_in_desc)->ops->set_faultphase (transport_in_desc, env, faultphase))
+      ((transport_in_desc)->ops->set_faultphase (transport_in_desc, env, faultphase))
 
 #define AXIS2_TRANSPORT_IN_DESC_ADD_PARAM(transport_in_desc, env, param) \
-		((transport_in_desc)->ops->add_param (transport_in_desc, env, param)) 
+      ((transport_in_desc)->ops->add_param (transport_in_desc, env, param)) 
 
 #define AXIS2_TRANSPORT_IN_DESC_GET_PARAM(transport_in_desc, env, param_name) \
-		((transport_in_desc)->ops->get_param (transport_in_desc, env, param_name)) 
+      ((transport_in_desc)->ops->get_param (transport_in_desc, env, param_name)) 
 
 #define AXIS2_TRANSPORT_IN_DESC_IS_PARAM_LOCKED(transport_in_desc, env, param_name) \
-		((transport_in_desc)->ops->is_param_locked (transport_in_desc, env, param_name)) 
+      ((transport_in_desc)->ops->is_param_locked (transport_in_desc, env, param_name)) 
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_transport_out_desc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_transport_out_desc.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_transport_out_desc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_transport_out_desc.h Sat Jun  3 20:09:08 2006
@@ -55,12 +55,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_transport_out_desc_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *free)(
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *free)(
                     axis2_transport_out_desc_t *transport_out_desc,
-			        const axis2_env_t *env);
+                 const axis2_env_t *env);
     
     /**
      * @return
@@ -150,7 +150,7 @@
  */  
 AXIS2_DECLARE_DATA struct axis2_transport_out_desc
 {
-	axis2_transport_out_desc_ops_t *ops;
+   axis2_transport_out_desc_ops_t *ops;
     axis2_param_container_t *param_container;
 };
 
@@ -164,52 +164,52 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_TRANSPORT_OUT_DESC_FREE(transport_out_desc, env) \
-		((transport_out_desc)->ops->free (transport_out_desc, env))
+      ((transport_out_desc)->ops->free (transport_out_desc, env))
 
 #define AXIS2_TRANSPORT_OUT_DESC_GET_QNAME(transport_out_desc, env) \
-		((transport_out_desc)->ops->get_qname (transport_out_desc, env))
+      ((transport_out_desc)->ops->get_qname (transport_out_desc, env))
 
 #define AXIS2_TRANSPORT_OUT_DESC_SET_QNAME(transport_out_desc, env, qname) \
-		((transport_out_desc)->ops->set_qname (transport_out_desc, env, qname))
+      ((transport_out_desc)->ops->set_qname (transport_out_desc, env, qname))
 
 #define AXIS2_TRANSPORT_OUT_DESC_GET_OUTFLOW(transport_out_desc, env) \
-		((transport_out_desc)->ops->get_outflow (transport_out_desc, env))
+      ((transport_out_desc)->ops->get_outflow (transport_out_desc, env))
 
 #define AXIS2_TRANSPORT_OUT_DESC_SET_OUTFLOW(transport_out_desc, env, outflow) \
-		((transport_out_desc)->ops->set_outflow (transport_out_desc, env, outflow))       
+      ((transport_out_desc)->ops->set_outflow (transport_out_desc, env, outflow))       
 
 #define AXIS2_TRANSPORT_OUT_DESC_GET_FAULTFLOW(transport_out_desc, env) \
-		((transport_out_desc)->ops->get_faultflow (transport_out_desc, env)) 
+      ((transport_out_desc)->ops->get_faultflow (transport_out_desc, env)) 
         
 #define AXIS2_TRANSPORT_OUT_DESC_SET_FAULTFLOW(transport_out_desc, env, faultflow) \
-		((transport_out_desc)->ops->set_faultflow (transport_out_desc, env, faultflow)) 
+      ((transport_out_desc)->ops->set_faultflow (transport_out_desc, env, faultflow)) 
 
 #define AXIS2_TRANSPORT_OUT_DESC_GET_SENDER(transport_out_desc, env) \
-		((transport_out_desc)->ops->get_sender (transport_out_desc, env)) 
+      ((transport_out_desc)->ops->get_sender (transport_out_desc, env)) 
         
 #define AXIS2_TRANSPORT_OUT_DESC_SET_SENDER(transport_out_desc, env, sender) \
-		((transport_out_desc)->ops->set_sender (transport_out_desc, env, sender)) 
+      ((transport_out_desc)->ops->set_sender (transport_out_desc, env, sender)) 
 
 #define AXIS2_TRANSPORT_OUT_DESC_GET_OUT_PHASE(transport_out_desc, env) \
-		((transport_out_desc)->ops->get_out_phase (transport_out_desc, env)) 
+      ((transport_out_desc)->ops->get_out_phase (transport_out_desc, env)) 
         
 #define AXIS2_TRANSPORT_OUT_DESC_SET_OUT_PHASE(transport_out_desc, env, out_phase) \
-		((transport_out_desc)->ops->set_out_phase (transport_out_desc, env, out_phase)) 
+      ((transport_out_desc)->ops->set_out_phase (transport_out_desc, env, out_phase)) 
 
 #define AXIS2_TRANSPORT_OUT_DESC_GET_FAULTPHASE(transport_out_desc, env) \
-		((transport_out_desc)->ops->get_faultphase (transport_out_desc, env)) 
+      ((transport_out_desc)->ops->get_faultphase (transport_out_desc, env)) 
         
 #define AXIS2_TRANSPORT_OUT_DESC_SET_FAULTPHASE(transport_out_desc, env, faultphase) \
-		((transport_out_desc)->ops->set_faultphase (transport_out_desc, env, faultphase))
+      ((transport_out_desc)->ops->set_faultphase (transport_out_desc, env, faultphase))
 
 #define AXIS2_TRANSPORT_OUT_DESC_ADD_PARAM(transport_out_desc, env, param) \
-		((transport_out_desc)->ops->add_param (transport_out_desc, env, param)) 
+      ((transport_out_desc)->ops->add_param (transport_out_desc, env, param)) 
 
 #define AXIS2_TRANSPORT_OUT_DESC_GET_PARAM(transport_out_desc, env, param_name) \
-		((transport_out_desc)->ops->get_param (transport_out_desc, env, param_name)) 
+      ((transport_out_desc)->ops->get_param (transport_out_desc, env, param_name)) 
 
 #define AXIS2_TRANSPORT_OUT_DESC_IS_PARAM_LOCKED(transport_out_desc, env, param_name) \
-		((transport_out_desc)->ops->is_param_locked (transport_out_desc, env, param_name)) 
+      ((transport_out_desc)->ops->is_param_locked (transport_out_desc, env, param_name)) 
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_transport_receiver.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_transport_receiver.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_transport_receiver.h (original)
+++ webservices/axis2/trunk/c/include/axis2_transport_receiver.h Sat Jun  3 20:09:08 2006
@@ -54,41 +54,41 @@
  */
 AXIS2_DECLARE_DATA struct axis2_transport_receiver_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_transport_receiver_t *transport_receiver,
         const axis2_env_t *env);
     
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     start)(axis2_transport_receiver_t *transport_receiver,
-	        const axis2_env_t *env);
+           const axis2_env_t *env);
                     
-	axis2_status_t (AXIS2_CALL *
+   axis2_status_t (AXIS2_CALL *
     stop)(axis2_transport_receiver_t *transport_receiver,
-	        const axis2_env_t *env);
+           const axis2_env_t *env);
                     
-	axis2_endpoint_ref_t* (AXIS2_CALL *
+   axis2_endpoint_ref_t* (AXIS2_CALL *
     get_reply_to_epr)(axis2_transport_receiver_t *transport_receiver,
-			            const axis2_env_t *env,
+                     const axis2_env_t *env,
                         axis2_char_t *svc_name);
 
     axis2_status_t (AXIS2_CALL *
     init) (axis2_transport_receiver_t *transport_receiver,
-		    const axis2_env_t *env,
-			struct axis2_conf_ctx *conf_ctx,
-			struct axis2_transport_in_desc *transport_in);
+          const axis2_env_t *env,
+         struct axis2_conf_ctx *conf_ctx,
+         struct axis2_transport_in_desc *transport_in);
 
 
     struct axis2_conf_ctx* (AXIS2_CALL *
     get_conf_ctx) (axis2_transport_receiver_t *server, 
-                    	const axis2_env_t *env);
-	
-	
+                       const axis2_env_t *env);
+   
+   
     axis2_bool_t (AXIS2_CALL *
     is_running) (axis2_transport_receiver_t *server, 
-                    	const axis2_env_t *env);
+                       const axis2_env_t *env);
 
 };
 
@@ -97,26 +97,26 @@
  */  
 AXIS2_DECLARE_DATA struct axis2_transport_receiver
 {
-	axis2_transport_receiver_ops_t *ops;
+   axis2_transport_receiver_ops_t *ops;
 };
 
 
 /*************************** Function macros **********************************/
 
 #define AXIS2_TRANSPORT_RECEIVER_FREE(transport_receiver, env) \
-		((transport_receiver->ops)->free (transport_receiver, env))
+      ((transport_receiver->ops)->free (transport_receiver, env))
 
 #define AXIS2_TRANSPORT_RECEIVER_INIT(transport_receiver, env, axisconf, transport_in) \
-		((transport_receiver->ops)->init (transport_receiver, env, axisconf, transport_in))
+      ((transport_receiver->ops)->init (transport_receiver, env, axisconf, transport_in))
 
 #define AXIS2_TRANSPORT_RECEIVER_START(transport_receiver, env) \
-		((transport_receiver->ops)->start (transport_receiver, env))
+      ((transport_receiver->ops)->start (transport_receiver, env))
 
 #define AXIS2_TRANSPORT_RECEIVER_STOP(transport_receiver, env) \
-		((transport_receiver->ops)->stop (transport_receiver, env))
+      ((transport_receiver->ops)->stop (transport_receiver, env))
 
 #define AXIS2_TRANSPORT_RECEIVER_GET_REPLY_TO_EPR(transport_receiver, env, svc_name) \
-		((transport_receiver->ops)->get_reply_to_epr (transport_receiver, env, svc_name))
+      ((transport_receiver->ops)->get_reply_to_epr (transport_receiver, env, svc_name))
 
 #define AXIS2_TRANSPORT_RECEIVER_GET_CONF_CTX(transport_receiver, env) \
                         ((transport_receiver)->ops->get_conf_ctx(transport_receiver, env))

Modified: webservices/axis2/trunk/c/include/axis2_transport_sender.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_transport_sender.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_transport_sender.h (original)
+++ webservices/axis2/trunk/c/include/axis2_transport_sender.h Sat Jun  3 20:09:08 2006
@@ -54,12 +54,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_transport_sender_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *free)(
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *free)(
                     axis2_transport_sender_t *transport_sender,
-			        const axis2_env_t *env);
+                 const axis2_env_t *env);
     /**
      * Initialize
      * @param confContext
@@ -80,8 +80,8 @@
     cleanup) (axis2_transport_sender_t *transport_sender,
                                 const axis2_env_t *env,
                                 struct axis2_msg_ctx *msg_ctx);
-									
-	/**
+                           
+   /**
      * Invoke
      * @param msgContext
      * @throws org.apache.axis2.AxisFault
@@ -100,7 +100,7 @@
  */  
 AXIS2_DECLARE_DATA struct axis2_transport_sender
 {
-	axis2_transport_sender_ops_t *ops;
+   axis2_transport_sender_ops_t *ops;
 };
 
 /**
@@ -113,16 +113,16 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_TRANSPORT_SENDER_FREE(transport_sender, env) \
-		((transport_sender->ops)->free (transport_sender, env))
+      ((transport_sender->ops)->free (transport_sender, env))
 
 #define AXIS2_TRANSPORT_SENDER_INIT(transport_sender, env, conf_context, transport_out) \
-		((transport_sender->ops)->init (transport_sender, env, conf_context, transport_out))
+      ((transport_sender->ops)->init (transport_sender, env, conf_context, transport_out))
 
 #define AXIS2_TRANSPORT_SENDER_INVOKE(transport_sender, env, msg_ctx) \
-		((transport_sender->ops)->invoke (transport_sender, env, msg_ctx))      
+      ((transport_sender->ops)->invoke (transport_sender, env, msg_ctx))      
 
 #define AXIS2_TRANSPORT_SENDER_CLEANUP(transport_sender, env, msg_ctx) \
-		((transport_sender->ops)->cleanup (transport_sender, env, msg_ctx))      
+      ((transport_sender->ops)->cleanup (transport_sender, env, msg_ctx))      
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl.h Sat Jun  3 20:09:08 2006
@@ -165,9 +165,9 @@
 #define AXIS2_SOAP_11_BINDING "http://schemas.xmlsoap.org/wsdl/soap/"
 #define AXIS2_SOAP_12_BINDING "http://schemas.xmlsoap.org/wsdl/soap12/"
 
-/*********************************** Constants*********************************/	
-	
-	
+/*********************************** Constants*********************************/   
+   
+   
 #ifdef __cplusplus
 }
 #endif

Modified: webservices/axis2/trunk/c/include/axis2_wsdl11_mep_finder.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl11_mep_finder.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl11_mep_finder.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl11_mep_finder.h Sat Jun  3 20:09:08 2006
@@ -39,7 +39,7 @@
  */
 axis2_char_t *AXIS2_CALL
 axis2_wsdl11_mep_finder_get_mep(void *op,
-						        const axis2_env_t *env);
+                          const axis2_env_t *env);
 
 /** @} */
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl4c_constraint.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl4c_constraint.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl4c_constraint.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl4c_constraint.h Sat Jun  3 20:09:08 2006
@@ -41,7 +41,7 @@
         AXIS2_WSLD4C_KEYREF,
         AXIS2_WSDL4C_UNIQUE
     };
-	
+   
     typedef enum axis2_wsdl4c_constraints axis2_wsdl4c_constraints_t;
 
     void *

Modified: webservices/axis2/trunk/c/include/axis2_wsdl4c_part.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl4c_part.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl4c_part.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl4c_part.h Sat Jun  3 20:09:08 2006
@@ -43,7 +43,7 @@
         Type
     };
 
-	typedef enum axis2_part_ref_type axis2_wsdl4c_part_ref_type_t;
+   typedef enum axis2_part_ref_type axis2_wsdl4c_part_ref_type_t;
     
     void *
     axis2_wsdl4c_part_create(char* n);

Modified: webservices/axis2/trunk/c/include/axis2_wsdl4c_service.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl4c_service.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl4c_service.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl4c_service.h Sat Jun  3 20:09:08 2006
@@ -53,25 +53,25 @@
                                     int svc_ext_id);
  
    /**
-	* @param name of the port
-	* @return service extension id of the port
-	*/	
+   * @param name of the port
+   * @return service extension id of the port
+   */   
     int
     axis2_wsdl4c_service_get_port_extention(void *service,
                                             char *name);
  
    /**
-	* Get the binding associated with the port
-	* @param port name
-	* @return binding associated with the port
-	*/	
+   * Get the binding associated with the port
+   * @param port name
+   * @return binding associated with the port
+   */   
     void *
     axis2_wsdl4c_service_get_port_binding(void *service,
                                             char *name);
 
-	/**
-	 * return names of the ports associated with the service
-	 */
+   /**
+    * return names of the ports associated with the service
+    */
     axis2_array_list_t *
     axis2_wsdl4c_service_get_ports(void *service);
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_binding.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_binding.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_binding.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_binding.h Sat Jun  3 20:09:08 2006
@@ -56,12 +56,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_binding_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_binding_t *wsdl_binding,
-		    const axis2_env_t *env);
+          const axis2_env_t *env);
                                
     /**
      * Method getBoundInterface
@@ -198,7 +198,7 @@
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_binding
 {
-	axis2_wsdl_binding_ops_t *ops;
+   axis2_wsdl_binding_ops_t *ops;
     struct axis2_wsdl_extensible_component *extensible_component;
 };
 
@@ -211,46 +211,46 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_BINDING_FREE(wsdl_binding, env) \
-		((wsdl_binding)->ops->free (wsdl_binding, env))
+      ((wsdl_binding)->ops->free (wsdl_binding, env))
 
 #define AXIS2_WSDL_BINDING_GET_BOUND_INTERFACE(wsdl_binding, env) \
-		((wsdl_binding)->ops->get_bound_interface (wsdl_binding, env))
+      ((wsdl_binding)->ops->get_bound_interface (wsdl_binding, env))
 
 #define AXIS2_WSDL_BINDING_SET_BOUND_INTERFACE(wsdl_binding, env, interface) \
-		((wsdl_binding)->ops->set_bound_interface (wsdl_binding, env, interface))
+      ((wsdl_binding)->ops->set_bound_interface (wsdl_binding, env, interface))
         
 #define AXIS2_WSDL_BINDING_GET_NAME(wsdl_binding, env) \
-		((wsdl_binding)->ops->get_name (wsdl_binding, env))
+      ((wsdl_binding)->ops->get_name (wsdl_binding, env))
 
 #define AXIS2_WSDL_BINDING_SET_NAME(wsdl_binding, env, qname) \
-		((wsdl_binding)->ops->set_name (wsdl_binding, env, qname))        
+      ((wsdl_binding)->ops->set_name (wsdl_binding, env, qname))        
 
 #define AXIS2_WSDL_BINDING_GET_TARGET_NAMESPACE(wsdl_binding, env) \
-		((wsdl_binding)->ops->get_target_namespace (wsdl_binding, env))
+      ((wsdl_binding)->ops->get_target_namespace (wsdl_binding, env))
 
 #define AXIS2_WSDL_BINDING_GET_BINDING_FAULTS(wsdl_binding, env) \
-		((wsdl_binding)->ops->get_binding_faults (wsdl_binding, env)) 
+      ((wsdl_binding)->ops->get_binding_faults (wsdl_binding, env)) 
         
 #define AXIS2_WSDL_BINDING_SET_BINDING_FAULTS(wsdl_binding, env, faults) \
-		((wsdl_binding)->ops->set_binding_faults (wsdl_binding, env, faults))
+      ((wsdl_binding)->ops->set_binding_faults (wsdl_binding, env, faults))
 
 #define AXIS2_WSDL_BINDING_GET_BINDING_OPS(wsdl_binding, env) \
-		((wsdl_binding)->ops->get_binding_ops (wsdl_binding, env))
+      ((wsdl_binding)->ops->get_binding_ops (wsdl_binding, env))
 
 #define AXIS2_WSDL_BINDING_SET_BINDING_OPS(wsdl_binding, env, ops) \
-		((wsdl_binding)->ops->set_binding_ops (wsdl_binding, env, ops)) 
+      ((wsdl_binding)->ops->set_binding_ops (wsdl_binding, env, ops)) 
         
 #define AXIS2_WSDL_BINDING_ADD_BINDING_OP(wsdl_binding, env, op) \
-		((wsdl_binding)->ops->add_binding_op (wsdl_binding, env, op))
+      ((wsdl_binding)->ops->add_binding_op (wsdl_binding, env, op))
 
 #define AXIS2_WSDL_BINDING_GET_BINDING_OP(wsdl_binding, env, qname) \
-		((wsdl_binding)->ops->get_binding_op (wsdl_binding, env, qname)) 
+      ((wsdl_binding)->ops->get_binding_op (wsdl_binding, env, qname)) 
 
 #define AXIS2_WSDL_BINDING_ADD_BINDING_FAULT(wsdl_binding, env, op) \
-		((wsdl_binding)->ops->add_binding_fault (wsdl_binding, env, fault))
+      ((wsdl_binding)->ops->add_binding_fault (wsdl_binding, env, fault))
 
 #define AXIS2_WSDL_BINDING_GET_BINDING_FAULT(wsdl_binding, env) \
-		((wsdl_binding)->ops->get_binding_fault (wsdl_binding, env)) 
+      ((wsdl_binding)->ops->get_binding_fault (wsdl_binding, env)) 
 /*************************** End of function macros ***************************/
 
 /** @} */

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_binding_fault.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_binding_fault.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_binding_fault.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_binding_fault.h Sat Jun  3 20:09:08 2006
@@ -50,12 +50,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_binding_fault_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_binding_fault_t *binding_fault,
-		    const axis2_env_t *env);
+          const axis2_env_t *env);
 
     /**
      * Method getRef
@@ -82,7 +82,7 @@
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_binding_fault
 {
-	axis2_wsdl_binding_fault_ops_t *ops;
+   axis2_wsdl_binding_fault_ops_t *ops;
     struct axis2_wsdl_extensible_component *extensible_component;
 };
 
@@ -96,13 +96,13 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_BINDING_FAULT_FREE(binding_fault, env) \
-		((binding_fault)->ops->free (binding_fault, env))
+      ((binding_fault)->ops->free (binding_fault, env))
 
 #define AXIS2_WSDL_BINDING_FAULT_GET_REF(binding_fault, env) \
-		((binding_fault)->ops->get_ref (binding_fault, env))
+      ((binding_fault)->ops->get_ref (binding_fault, env))
 
 #define AXIS2_WSDL_BINDING_FAULT_SET_REF(binding_fault, env, ref) \
-		((binding_fault)->ops->set_ref (binding_fault, env, ref))       
+      ((binding_fault)->ops->set_ref (binding_fault, env, ref))       
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_binding_msg_ref.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_binding_msg_ref.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_binding_msg_ref.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_binding_msg_ref.h Sat Jun  3 20:09:08 2006
@@ -50,12 +50,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_binding_msg_ref_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_binding_msg_ref_t *wsdl_binding_msg_ref,
-		    const axis2_env_t *env);
+          const axis2_env_t *env);
 
     /**
      * Method getDirection
@@ -101,7 +101,7 @@
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_binding_msg_ref
 {
-	axis2_wsdl_binding_msg_ref_ops_t *ops;
+   axis2_wsdl_binding_msg_ref_ops_t *ops;
     struct axis2_wsdl_extensible_component *extensible_component;
 };
 
@@ -115,19 +115,19 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_BINDING_MSG_REF_FREE(wsdl_binding_msg_ref, env) \
-		((wsdl_binding_msg_ref)->ops->free (wsdl_binding_msg_ref, env))
+      ((wsdl_binding_msg_ref)->ops->free (wsdl_binding_msg_ref, env))
 
 #define AXIS2_WSDL_BINDING_MSG_REF_GET_DIRECTION(wsdl_binding_msg_ref, env) \
-		((wsdl_binding_msg_ref)->ops->get_direction (wsdl_binding_msg_ref, env))
+      ((wsdl_binding_msg_ref)->ops->get_direction (wsdl_binding_msg_ref, env))
 
 #define AXIS2_WSDL_BINDING_MSG_REF_SET_DIRECTION(wsdl_binding_msg_ref, env, direction) \
-		((wsdl_binding_msg_ref)->ops->set_direction (wsdl_binding_msg_ref, env, direction))       
+      ((wsdl_binding_msg_ref)->ops->set_direction (wsdl_binding_msg_ref, env, direction))       
 
 #define AXIS2_WSDL_BINDING_MSG_REF_GET_MSG_LABEL(wsdl_binding_msg_ref, env) \
-		((wsdl_binding_msg_ref)->ops->get_msg_label (wsdl_binding_msg_ref, env))
+      ((wsdl_binding_msg_ref)->ops->get_msg_label (wsdl_binding_msg_ref, env))
 
 #define AXIS2_WSDL_BINDING_MSG_REF_SET_MSG_LABEL(wsdl_binding_msg_ref, env, ref) \
-		((wsdl_binding_msg_ref)->ops->set_msg_label (wsdl_binding_msg_ref, env, msg_label))
+      ((wsdl_binding_msg_ref)->ops->set_msg_label (wsdl_binding_msg_ref, env, msg_label))
         
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_binding_op.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_binding_op.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_binding_op.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_binding_op.h Sat Jun  3 20:09:08 2006
@@ -26,10 +26,10 @@
 
 struct axis2_wsdl_binding_msg_ref;
 struct axis2_wsdl_binding_fault;
-struct axis2_wsdl_extensible_component;	
+struct axis2_wsdl_extensible_component;   
 typedef struct axis2_wsdl_binding_op_ops axis2_wsdl_binding_op_ops_t;
 typedef struct axis2_wsdl_binding_op axis2_wsdl_binding_op_t;
-	
+   
 /** @defgroup axis2_wsdl_binding_op Wsdl Binding Operation
   * @ingroup axis2_wsdl
   * @{
@@ -41,7 +41,7 @@
  */
 struct axis2_wsdl_binding_op_ops
 {
-	/** Deallocate memory
+   /** Deallocate memory
      * @return status code
      */
     axis2_status_t (AXIS2_CALL *
@@ -171,7 +171,7 @@
  */
 struct axis2_wsdl_binding_op
 {
-	axis2_wsdl_binding_op_ops_t *ops;
+   axis2_wsdl_binding_op_ops_t *ops;
     struct axis2_wsdl_extensible_component *extensible_component;
 };
 
@@ -184,48 +184,48 @@
 /**************************** Start of function macros ************************/
 
 #define AXIS2_WSDL_BINDING_OP_FREE(wsdl_binding_op, env) \
-		((wsdl_binding_op)->ops->free (wsdl_binding_op, env))
+      ((wsdl_binding_op)->ops->free (wsdl_binding_op, env))
 
 #define AXIS2_WSDL_BINDING_OP_SET_INPUT(wsdl_binding_op, env, input) \
-		((wsdl_binding_op)->ops->set_input(wsdl_binding_op , env, input))
-	
+      ((wsdl_binding_op)->ops->set_input(wsdl_binding_op , env, input))
+   
 #define AXIS2_WSDL_BINDING_OP_GET_OP(wsdl_binding_op, env) \
-		((wsdl_binding_op)->ops->get_op(wsdl_binding_op, env))
+      ((wsdl_binding_op)->ops->get_op(wsdl_binding_op, env))
 
 #define AXIS2_WSDL_BINDING_OP_SET_OP(wsdl_binding_op, env, \
-		op) \
-		((wsdl_binding_op)->ops->set_op(wsdl_binding_op, env,\
+      op) \
+      ((wsdl_binding_op)->ops->set_op(wsdl_binding_op, env,\
             op))
-		
+      
 #define AXIS2_WSDL_BINDING_OP_GET_OUTPUT(wsdl_binding_op, env) \
-		((wsdl_binding_op)->ops->get_output(wsdl_binding_op, env))
+      ((wsdl_binding_op)->ops->get_output(wsdl_binding_op, env))
         
 #define AXIS2_WSDL_BINDING_OP_SET_OUTPUT(wsdl_binding_op, env, output) \
-		((wsdl_binding_op)->ops->set_output(wsdl_binding_op, env, output))
+      ((wsdl_binding_op)->ops->set_output(wsdl_binding_op, env, output))
 
 #define AXIS2_WSDL_BINDING_OP_GET_QNAME(wsdl_binding_op, env) \
-		((wsdl_binding_op)->ops->get_qname(wsdl_binding_op, env))
+      ((wsdl_binding_op)->ops->get_qname(wsdl_binding_op, env))
         
 #define AXIS2_WSDL_BINDING_OP_SET_QNAME(wsdl_binding_op, env, qname) \
-		((wsdl_binding_op)->ops->set_qname(wsdl_binding_op, env, qname))
+      ((wsdl_binding_op)->ops->set_qname(wsdl_binding_op, env, qname))
 
 #define AXIS2_WSDL_BINDING_OP_ADD_IN_FAULT(wsdl_binding_op, env, in_fault) \
-		((wsdl_binding_op)->ops->add_in_fault(wsdl_binding_op, env, in_fault))
+      ((wsdl_binding_op)->ops->add_in_fault(wsdl_binding_op, env, in_fault))
         
 #define AXIS2_WSDL_BINDING_OP_ADD_OUT_FAULT(wsdl_binding_op, env, out_fault) \
-		((wsdl_binding_op)->ops->add_out_fault(wsdl_binding_op, env, out_fault))
+      ((wsdl_binding_op)->ops->add_out_fault(wsdl_binding_op, env, out_fault))
 
 #define AXIS2_WSDL_BINDING_OP_GET_IN_FAULTS(wsdl_binding_op, env) \
-		((wsdl_binding_op)->ops->get_in_faults(wsdl_binding_op, env))
+      ((wsdl_binding_op)->ops->get_in_faults(wsdl_binding_op, env))
         
 #define AXIS2_WSDL_BINDING_OP_SET_IN_FAULTS(wsdl_binding_op, env, in_faults) \
-		((wsdl_binding_op)->ops->set_in_faults(wsdl_binding_op, env, in_faults))        
+      ((wsdl_binding_op)->ops->set_in_faults(wsdl_binding_op, env, in_faults))        
 
 #define AXIS2_WSDL_BINDING_OP_GET_OUT_FAULTS(wsdl_binding_op, env) \
-		((wsdl_binding_op)->ops->get_out_faults(wsdl_binding_op, env))
+      ((wsdl_binding_op)->ops->get_out_faults(wsdl_binding_op, env))
         
 #define AXIS2_WSDL_BINDING_OP_SET_OUT_FAULTS(wsdl_binding_op, env, out_faults) \
-		((wsdl_binding_op)->ops->set_out_faults(wsdl_binding_op, env, out_faults))
+      ((wsdl_binding_op)->ops->set_out_faults(wsdl_binding_op, env, out_faults))
      
 /**************************** End of function macros **************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_component.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_component.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_component.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_component.h Sat Jun  3 20:09:08 2006
@@ -23,11 +23,11 @@
 #endif
 
 struct axis2_wsdl_extensible_element;
-struct axis2_param_container;	
+struct axis2_param_container;   
 struct axis2_module_desc;
 typedef struct axis2_wsdl_component_ops axis2_wsdl_component_ops_t;
 typedef struct axis2_wsdl_component axis2_wsdl_component_t;
-	
+   
 /** @defgroup axis2_wsdl_component Wsdl Component
   * @ingroup axis2_wsdl
   * @{
@@ -39,14 +39,14 @@
  */
 struct axis2_wsdl_component_ops
 {
-	/** Deallocate memory
+   /** Deallocate memory
      * @return status code
      */
     axis2_status_t (AXIS2_CALL *
     free) (axis2_wsdl_component_t *wsdl_component, 
            const axis2_env_t *env);
     
-	/**
+   /**
      * Sets the properties of the Component if any
      * @param axis2_hash_t properties
      * @return status code
@@ -118,7 +118,7 @@
  */
 struct axis2_wsdl_component
 {
-	axis2_wsdl_component_ops_t *ops;
+   axis2_wsdl_component_ops_t *ops;
 };
 
 /** create Wsdl Component struct
@@ -130,30 +130,30 @@
 /**************************** Start of function macros ************************/
 
 #define AXIS2_WSDL_COMPONENT_FREE(wsdl_component, env) \
-		((wsdl_component)->ops->free (wsdl_component, env))
+      ((wsdl_component)->ops->free (wsdl_component, env))
 
 #define AXIS2_WSDL_COMPONENT_SET_COMPONENT_PROPERTIES(wsdl_component, env, \
-		properties) \
-		((wsdl_component)->ops->set_component_properties(wsdl_component , env, \
+      properties) \
+      ((wsdl_component)->ops->set_component_properties(wsdl_component , env, \
             properties))
             
 #define AXIS2_WSDL_COMPONENT_GET_COMPONENT_PROPERTIES(wsdl_component, env) \
-		((wsdl_component)->ops->get_component_properties(wsdl_component, env))
+      ((wsdl_component)->ops->get_component_properties(wsdl_component, env))
 
 #define AXIS2_WSDL_COMPONENT_SET_COMPONENT_PROPERTY(wsdl_component, env, \
-		key, value) \
-		((wsdl_component)->ops->set_component_property(wsdl_component, env,\
+      key, value) \
+      ((wsdl_component)->ops->set_component_property(wsdl_component, env,\
             key, value))            
-		
+      
 #define AXIS2_WSDL_COMPONENT_GET_COMPONENT_PROPERTY(wsdl_component, env, key) \
-		((wsdl_component)->ops->get_component_property(wsdl_component, env, key))
+      ((wsdl_component)->ops->get_component_property(wsdl_component, env, key))
 
 
 #define AXIS2_WSDL_COMPONENT_ADD_EXTENSIBILITY_ELEMENT(wsdl_component, env, element) \
-		((wsdl_component)->ops->add_extensibility_element(wsdl_component, env, element))
+      ((wsdl_component)->ops->add_extensibility_element(wsdl_component, env, element))
  
 #define AXIS2_WSDL_COMPONENT_GET_EXTENSIBILITY_ELEMENTS(wsdl_component, env) \
-		((wsdl_component)->ops->get_extensibility_elements(wsdl_component, env))
+      ((wsdl_component)->ops->get_extensibility_elements(wsdl_component, env))
         
 /**************************** End of function macros **************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_desc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_desc.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_desc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_desc.h Sat Jun  3 20:09:08 2006
@@ -66,12 +66,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_desc_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_desc_t *wsdl_desc,
-		    const axis2_env_t *env);
+          const axis2_env_t *env);
 
     /**
      * Returns a Map of <code>wsdl_bindings</code> Objects keyed by the 
@@ -360,11 +360,11 @@
 
 /** 
  * @brief Wsdl container struct
- *	Property for params  
+ *   Property for params  
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_desc
 {
-	axis2_wsdl_desc_ops_t *ops;
+   axis2_wsdl_desc_ops_t *ops;
     struct axis2_wsdl_component *component;
 };
 
@@ -378,89 +378,89 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_DESC_FREE(wsdl_desc, env) \
-		((wsdl_desc)->ops->free (wsdl_desc, env))
+      ((wsdl_desc)->ops->free (wsdl_desc, env))
 
 #define AXIS2_WSDL_DESC_GET_BINDINGS(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_bindings (wsdl_desc, env))
+      ((wsdl_desc)->ops->get_bindings (wsdl_desc, env))
 
 #define AXIS2_WSDL_DESC_SET_BINDINGS(wsdl_desc, env, bindings) \
-		((wsdl_desc)->ops->set_bindings (wsdl_desc, env, bindings))
+      ((wsdl_desc)->ops->set_bindings (wsdl_desc, env, bindings))
 
 #define AXIS2_WSDL_DESC_ADD_BINDING(wsdl_desc, env, binding) \
-		((wsdl_desc)->ops->add_binding (wsdl_desc, env, binding))
+      ((wsdl_desc)->ops->add_binding (wsdl_desc, env, binding))
 
 #define AXIS2_WSDL_DESC_GET_BINDING(wsdl_desc, env, qname) \
-		((wsdl_desc)->ops->get_binding (wsdl_desc, env, qname))
+      ((wsdl_desc)->ops->get_binding (wsdl_desc, env, qname))
 
 #define AXIS2_WSDL_DESC_ADD_INTERFACE(wsdl_desc, env, interface) \
-		((wsdl_desc)->ops->add_interface (wsdl_desc, env, interface))
+      ((wsdl_desc)->ops->add_interface (wsdl_desc, env, interface))
         
 #define AXIS2_WSDL_DESC_GET_INTERFACE(wsdl_desc, env, qname) \
-		((wsdl_desc)->ops->get_interface (wsdl_desc, env, qname))
+      ((wsdl_desc)->ops->get_interface (wsdl_desc, env, qname))
 
 #define AXIS2_WSDL_DESC_GET_INTERFACES(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_interfaces (wsdl_desc, env))        
+      ((wsdl_desc)->ops->get_interfaces (wsdl_desc, env))        
 
 #define AXIS2_WSDL_DESC_SET_INTERFACES(wsdl_desc, env, interfaces) \
-		((wsdl_desc)->ops->set_interfaces (wsdl_desc, env, interfaces))
+      ((wsdl_desc)->ops->set_interfaces (wsdl_desc, env, interfaces))
         
 #define AXIS2_WSDL_DESC_GET_SVCS(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_svcs (wsdl_desc, env))
+      ((wsdl_desc)->ops->get_svcs (wsdl_desc, env))
         
 #define AXIS2_WSDL_DESC_SET_SVCS(wsdl_desc, env, svcs) \
-		((wsdl_desc)->ops->set_svcs (wsdl_desc, env, svcs))
+      ((wsdl_desc)->ops->set_svcs (wsdl_desc, env, svcs))
         
 #define AXIS2_WSDL_DESC_GET_SVC(wsdl_desc, env, qname) \
-		((wsdl_desc)->ops->get_svc (wsdl_desc, env, qname))
+      ((wsdl_desc)->ops->get_svc (wsdl_desc, env, qname))
 
 #define AXIS2_WSDL_DESC_ADD_SVC(wsdl_desc, env, svc) \
-		((wsdl_desc)->ops->add_svc (wsdl_desc, env, svc))
+      ((wsdl_desc)->ops->add_svc (wsdl_desc, env, svc))
 
 #define AXIS2_WSDL_DESC_GET_TARGET_NAMESPACE(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_target_namespace (wsdl_desc, env))
+      ((wsdl_desc)->ops->get_target_namespace (wsdl_desc, env))
         
 #define AXIS2_WSDL_DESC_SET_TARGET_NAMESPACE(wsdl_desc, env, target_namespace) \
-		((wsdl_desc)->ops->set_target_namespace (wsdl_desc, env, target_namespace))
+      ((wsdl_desc)->ops->set_target_namespace (wsdl_desc, env, target_namespace))
         
 #define AXIS2_WSDL_DESC_GET_TYPES(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_types (wsdl_desc, env))
+      ((wsdl_desc)->ops->get_types (wsdl_desc, env))
         
 #define AXIS2_WSDL_DESC_SET_TYPES(wsdl_desc, env, types) \
-		((wsdl_desc)->ops->set_types (wsdl_desc, env, types))
+      ((wsdl_desc)->ops->set_types (wsdl_desc, env, types))
 
 #define AXIS2_WSDL_DESC_GET_WSDL1_DEF_NAME(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_wsdl1_def_name (wsdl_desc, env))
+      ((wsdl_desc)->ops->get_wsdl1_def_name (wsdl_desc, env))
         
 #define AXIS2_WSDL_DESC_SET_WSDL1_DEF_NAME(wsdl_desc, env, wsdl1_def_qname) \
-		((wsdl_desc)->ops->set_wsdl1_def_name (wsdl_desc, env, wsdl1_def_qname))
+      ((wsdl_desc)->ops->set_wsdl1_def_name (wsdl_desc, env, wsdl1_def_qname))
 
 #define AXIS2_WSDL_DESC_GET_NAMESPACE(wsdl_desc, env, prefix) \
-		((wsdl_desc)->ops->get_namespace (wsdl_desc, env, prefix))
+      ((wsdl_desc)->ops->get_namespace (wsdl_desc, env, prefix))
 
 #define AXIS2_WSDL_DESC_GET_NAMESPACES(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_namespaces (wsdl_desc, env))
+      ((wsdl_desc)->ops->get_namespaces (wsdl_desc, env))
         
 #define AXIS2_WSDL_DESC_SET_NAMESPACES(wsdl_desc, env, namespaces) \
-		((wsdl_desc)->ops->set_namespace (wsdl_desc, env, namespaces))
+      ((wsdl_desc)->ops->set_namespace (wsdl_desc, env, namespaces))
         
 #define AXIS2_WSDL_DESC_GET_IMPORTS(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_imports (wsdl_desc, env))
+      ((wsdl_desc)->ops->get_imports (wsdl_desc, env))
         
 #define AXIS2_WSDL_DESC_SET_IMPORTS(wsdl_desc, env, imports) \
-		((wsdl_desc)->ops->set_imports (wsdl_desc, env, imports))
+      ((wsdl_desc)->ops->set_imports (wsdl_desc, env, imports))
 
 #define AXIS2_WSDL_DESC_ADD_IMPORT(wsdl_desc, env, wsdl_import) \
-		((wsdl_desc)->ops->add_import (wsdl_desc, env, wsdl_import))
+      ((wsdl_desc)->ops->add_import (wsdl_desc, env, wsdl_import))
         
 #define AXIS2_WSDL_DESC_GET_INCLUDES(wsdl_desc, env) \
-		((wsdl_desc)->ops->get_includes (wsdl_desc, env))
+      ((wsdl_desc)->ops->get_includes (wsdl_desc, env))
 
 #define AXIS2_WSDL_DESC_SET_INCLUDES(wsdl_desc, env, includes) \
-		((wsdl_desc)->ops->set_includes (wsdl_desc, env, includes))
+      ((wsdl_desc)->ops->set_includes (wsdl_desc, env, includes))
 
 #define AXIS2_WSDL_DESC_ADD_INCLUDE(wsdl_desc, env, wsdl_include) \
-		((wsdl_desc)->ops->add_include (wsdl_desc, env, wsdl_include))
-        	
+      ((wsdl_desc)->ops->add_include (wsdl_desc, env, wsdl_include))
+           
 /*************************** End of function macros ***************************/
 
 /** @} */

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_endpoint.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_endpoint.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_endpoint.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_endpoint.h Sat Jun  3 20:09:08 2006
@@ -52,11 +52,11 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_endpoint_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *free)(axis2_wsdl_endpoint_t *wsdl_endpoint,
-										const axis2_env_t *env);
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *free)(axis2_wsdl_endpoint_t *wsdl_endpoint,
+                              const axis2_env_t *env);
                                
     /**
      * Method getName
@@ -105,7 +105,7 @@
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_endpoint
 {
-	axis2_wsdl_endpoint_ops_t *ops;
+   axis2_wsdl_endpoint_ops_t *ops;
     struct axis2_wsdl_component *wsdl_component;
 };
 
@@ -119,19 +119,19 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_ENDPOINT_FREE(wsdl_endpoint, env) \
-		((wsdl_endpoint)->ops->free (wsdl_endpoint, env))
+      ((wsdl_endpoint)->ops->free (wsdl_endpoint, env))
 
 #define AXIS2_WSDL_ENDPOINT_GET_NAME(wsdl_endpoint, env) \
-		((wsdl_endpoint)->ops->get_name (wsdl_endpoint, env))
+      ((wsdl_endpoint)->ops->get_name (wsdl_endpoint, env))
 
 #define AXIS2_WSDL_ENDPOINT_SET_NAME(wsdl_endpoint, env, qname) \
-		((wsdl_endpoint)->ops->set_name (wsdl_endpoint, env, qname))
+      ((wsdl_endpoint)->ops->set_name (wsdl_endpoint, env, qname))
         
 #define AXIS2_WSDL_ENDPOINT_GET_BINDING(wsdl_endpoint, env) \
-		((wsdl_endpoint)->ops->get_binding (wsdl_endpoint, env))
+      ((wsdl_endpoint)->ops->get_binding (wsdl_endpoint, env))
 
 #define AXIS2_WSDL_ENDPOINT_SET_BINDING(wsdl_endpoint, env, wsdl_binding) \
-		((wsdl_endpoint)->ops->set_binding (wsdl_endpoint, env, wsdl_binding))        
+      ((wsdl_endpoint)->ops->set_binding (wsdl_endpoint, env, wsdl_binding))        
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_ext.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_ext.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_ext.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_ext.h Sat Jun  3 20:09:08 2006
@@ -49,24 +49,24 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_ext_t *ext,
-	        const axis2_env_t *env);
+           const axis2_env_t *env);
 
 };
 
 /** 
  * @brief Wsdl container struct
- *	Property for params  
+ *   Property for params  
  * This Extensibility Element is extended to handle particularly the
  * SOAP Adress or the Endpoint URL.
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext
 {
-	axis2_wsdl_ext_ops_t *ops;
+   axis2_wsdl_ext_ops_t *ops;
     axis2_char_t *namespc;
 };
 
@@ -80,7 +80,7 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_EXT_FREE(ext, env) \
-		((ext)->ops->free (ext, env))
+      ((ext)->ops->free (ext, env))
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_address.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_address.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_address.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_address.h Sat Jun  3 20:09:08 2006
@@ -50,12 +50,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_soap_address_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_ext_soap_address_t *ext_soap_address,
-	        const axis2_env_t *env);
+           const axis2_env_t *env);
 
     axis2_char_t *(AXIS2_CALL *
     get_location_uri) (axis2_wsdl_ext_soap_address_t *ext_soap_address,
@@ -73,14 +73,14 @@
 
 /** 
  * @brief Wsdl container struct
- *	Property for params  
+ *   Property for params  
  * This Extensibility Element is extended to handle particularly the
  * SOAP Adress or the Endpoint URL.
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_soap_address
 {
     axis2_wsdl_ext_t base;
-	axis2_wsdl_ext_soap_address_ops_t *ops;
+   axis2_wsdl_ext_soap_address_ops_t *ops;
     struct axis2_wsdl_extensible_element *ext_element;
 };
 
@@ -95,13 +95,13 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_EXT_SOAP_ADDRESS_FREE(ext_soap_address, env) \
-		((ext_soap_address)->ops->free (ext_soap_address, env))
+      ((ext_soap_address)->ops->free (ext_soap_address, env))
 
 #define AXIS2_WSDL_EXT_SOAP_ADDRESS_GET_LOCATION_URI(ext_soap_address, env) \
-		((ext_soap_address)->ops->get_location_uri (ext_soap_address, env))
+      ((ext_soap_address)->ops->get_location_uri (ext_soap_address, env))
 
 #define AXIS2_WSDL_EXT_SOAP_ADDRESS_SET_LOCATION_URI(ext_soap_address, env, location_uri) \
-		((ext_soap_address)->ops->set_location_uri (ext_soap_address, env, location_uri))        
+      ((ext_soap_address)->ops->set_location_uri (ext_soap_address, env, location_uri))        
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_binding.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_binding.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_binding.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_binding.h Sat Jun  3 20:09:08 2006
@@ -49,12 +49,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_soap_binding_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_ext_soap_binding_t *ext_soap_binding,
-	        const axis2_env_t *env);
+           const axis2_env_t *env);
 
     axis2_char_t *(AXIS2_CALL *
     get_style) (axis2_wsdl_ext_soap_binding_t *ext_soap_binding,
@@ -78,11 +78,11 @@
 
 /** 
  * @brief Wsdl container struct
- *	Property for params  
+ *   Property for params  
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_soap_binding
 {
-	axis2_wsdl_ext_soap_binding_ops_t *ops;
+   axis2_wsdl_ext_soap_binding_ops_t *ops;
     struct axis2_wsdl_extensible_element *ext_element;
 };
 
@@ -97,19 +97,19 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_EXT_SOAP_BINDING_FREE(ext_soap_binding, env) \
-		((ext_soap_binding)->ops->free (ext_soap_binding, env))
+      ((ext_soap_binding)->ops->free (ext_soap_binding, env))
 
 #define AXIS2_WSDL_EXT_SOAP_BINDING_GET_STYLE(ext_soap_binding, env) \
-		((ext_soap_binding)->ops->get_style (ext_soap_binding, env))
+      ((ext_soap_binding)->ops->get_style (ext_soap_binding, env))
 
 #define AXIS2_WSDL_EXT_SOAP_BINDING_SET_STYLE(ext_soap_binding, env, style) \
-		((ext_soap_binding)->ops->set_style (ext_soap_binding, env, style))
+      ((ext_soap_binding)->ops->set_style (ext_soap_binding, env, style))
         
 #define AXIS2_WSDL_EXT_SOAP_BINDING_GET_TRANSPORT_URI(ext_soap_binding, env) \
-		((ext_soap_binding)->ops->get_transport_uri (ext_soap_binding, env))
+      ((ext_soap_binding)->ops->get_transport_uri (ext_soap_binding, env))
 
 #define AXIS2_WSDL_EXT_SOAP_BINDING_SET_TRANSPORT_URI(ext_soap_binding, env, transport_uri) \
-		((ext_soap_binding)->ops->set_transport_uri (wsdl_feature, env, transport_uri))        
+      ((ext_soap_binding)->ops->set_transport_uri (wsdl_feature, env, transport_uri))        
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_body.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_body.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_body.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_body.h Sat Jun  3 20:09:08 2006
@@ -49,12 +49,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_soap_body_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_ext_soap_body_t *ext_soap_body,
-	        const axis2_env_t *env);
+           const axis2_env_t *env);
 
     axis2_char_t *(AXIS2_CALL *
     get_use) (axis2_wsdl_ext_soap_body_t *ext_soap_body,
@@ -78,11 +78,11 @@
 
 /** 
  * @brief Wsdl container struct
- *	Property for params  
+ *   Property for params  
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_soap_body
 {
-	axis2_wsdl_ext_soap_body_ops_t *ops;
+   axis2_wsdl_ext_soap_body_ops_t *ops;
     struct axis2_wsdl_extensible_element *ext_element;
 };
 
@@ -97,19 +97,19 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_EXT_SOAP_BODY_FREE(ext_soap_body, env) \
-		((ext_soap_body)->ops->free (ext_soap_body, env))
+      ((ext_soap_body)->ops->free (ext_soap_body, env))
 
 #define AXIS2_WSDL_EXT_SOAP_BODY_GET_USE(ext_soap_body, env) \
-		((ext_soap_body)->ops->get_use (ext_soap_body, env))
+      ((ext_soap_body)->ops->get_use (ext_soap_body, env))
 
 #define AXIS2_WSDL_EXT_SOAP_BODY_SET_USE(ext_soap_body, env, use) \
-		((ext_soap_body)->ops->set_use (ext_soap_body, env, use))
+      ((ext_soap_body)->ops->set_use (ext_soap_body, env, use))
         
 #define AXIS2_WSDL_EXT_SOAP_BODY_GET_NAMESPC_URI(ext_soap_body, env) \
-		((ext_soap_body)->ops->get_namespc_uri (ext_soap_body, env))
+      ((ext_soap_body)->ops->get_namespc_uri (ext_soap_body, env))
 
 #define AXIS2_WSDL_EXT_SOAP_BODY_SET_NAMESPC_URI(ext_soap_body, env, namespc_uri) \
-		((ext_soap_body)->ops->set_namespc_uri (ext_soap_body, env, namespc_uri))        
+      ((ext_soap_body)->ops->set_namespc_uri (ext_soap_body, env, namespc_uri))        
 
 /*************************** End of function macros ***************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_header.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_header.h?rev=411506&r1=411505&r2=411506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_header.h (original)
+++ webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_header.h Sat Jun  3 20:09:08 2006
@@ -49,12 +49,12 @@
  */
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_soap_header_ops
 {
-	/** De-allocate memory
-  	 * @return status code
-  	 */
-	axis2_status_t (AXIS2_CALL *
+   /** De-allocate memory
+      * @return status code
+      */
+   axis2_status_t (AXIS2_CALL *
     free)(axis2_wsdl_ext_soap_header_t *ext_soap_header,
-	        const axis2_env_t *env);
+           const axis2_env_t *env);
 
     axis2_char_t *(AXIS2_CALL *
     get_part) (axis2_wsdl_ext_soap_header_t *ext_soap_header,
@@ -87,11 +87,11 @@
 
 /** 
  * @brief Wsdl container struct
- *	Property for params  
+ *   Property for params  
  */  
 AXIS2_DECLARE_DATA struct axis2_wsdl_ext_soap_header
 {
-	axis2_wsdl_ext_soap_header_ops_t *ops;
+   axis2_wsdl_ext_soap_header_ops_t *ops;
     struct axis2_wsdl_ext_soap_body *ext_soap_body;
 };
 
@@ -106,25 +106,25 @@
 /*************************** Function macros **********************************/
 
 #define AXIS2_WSDL_EXT_SOAP_HEADER_FREE(ext_soap_header, env) \
-		((ext_soap_header)->ops->free (ext_soap_header, env))
+      ((ext_soap_header)->ops->free (ext_soap_header, env))
 
 #define AXIS2_WSDL_EXT_SOAP_HEADER_GET_PART(ext_soap_header, env) \
-		((ext_soap_header)->ops->get_part (ext_soap_header, env))
+      ((ext_soap_header)->ops->get_part (ext_soap_header, env))
 
 #define AXIS2_WSDL_EXT_SOAP_HEADER_SET_PART(ext_soap_header, env, part) \
-		((ext_soap_header)->ops->set_part (ext_soap_header, env, part))
+      ((ext_soap_header)->ops->set_part (ext_soap_header, env, part))
         
 #define AXIS2_WSDL_EXT_SOAP_HEADER_GET_MSG_QNAME(ext_soap_header, env) \
-		((ext_soap_header)->ops->get_msg_qname (ext_soap_header, env))
+      ((ext_soap_header)->ops->get_msg_qname (ext_soap_header, env))
 
 #define AXIS2_WSDL_EXT_SOAP_HEADER_SET_MSG_QNAME(ext_soap_header, env, msg_qname) \
-		((ext_soap_header)->ops->set_msg_qname (ext_soap_header, env, msg_qname))        
+      ((ext_soap_header)->ops->set_msg_qname (ext_soap_header, env, msg_qname))        
 
 #define AXIS2_WSDL_EXT_SOAP_HEADER_GET_QELEMENT(ext_soap_header, env) \
-		((ext_soap_header)->ops->get_qelement (ext_soap_header, env))
+      ((ext_soap_header)->ops->get_qelement (ext_soap_header, env))
 
 #define AXIS2_WSDL_EXT_SOAP_HEADER_SET_QELEMENT(ext_soap_header, env, qelement) \
-		((ext_soap_header)->ops->set_qelement (ext_soap_header, env, qelement))        
+      ((ext_soap_header)->ops->set_qelement (ext_soap_header, env, qelement))        
 
 /*************************** End of function macros ***************************/
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org