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 2007/03/22 13:56:30 UTC

svn commit: r521244 - /webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h

Author: samisa
Date: Thu Mar 22 05:56:29 2007
New Revision: 521244

URL: http://svn.apache.org/viewvc?view=rev&rev=521244
Log:
Fixed formatting

Modified:
    webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h

Modified: webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h?view=diff&rev=521244&r1=521243&r2=521244
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h Thu Mar 22 05:56:29 2007
@@ -49,18 +49,18 @@
 		axis2_http_simple_response_t *response;
 		axis2_char_t *encoding;
 
-		axis2_status_t (AXIS2_CALL *set_content_type)(
-			axis2_http_out_transport_info_t *info,
+		axis2_status_t (AXIS2_CALL *
+        set_content_type)(axis2_http_out_transport_info_t *info,
 			const axis2_env_t *env,
 			const axis2_char_t *content_type);
 
-		axis2_status_t (AXIS2_CALL *set_char_encoding)
-			(axis2_http_out_transport_info_t *info,
+		axis2_status_t (AXIS2_CALL *
+        set_char_encoding)(axis2_http_out_transport_info_t *info,
 			const axis2_env_t *env,
 			const axis2_char_t *encoding);
 
-		axis2_status_t (AXIS2_CALL *free_function)
-			(axis2_http_out_transport_info_t *info,
+		axis2_status_t (AXIS2_CALL *
+        free_function)(axis2_http_out_transport_info_t *info,
 			const axis2_env_t *env);
 	};
     /**
@@ -125,7 +125,7 @@
 		const axis2_env_t *env,
 		    axis2_status_t (AXIS2_CALL *set_content_type)(
 			axis2_http_out_transport_info_t *,
-			const axis2_env_t*,const axis2_char_t *));
+			const axis2_env_t*, const axis2_char_t *));
 
 	AXIS2_EXTERN void AXIS2_CALL
 		axis2_http_out_transport_info_set_free_func(



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