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 du...@apache.org on 2007/10/05 07:37:26 UTC

svn commit: r582081 - /webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.h

Author: dushshantha
Date: Thu Oct  4 22:37:26 2007
New Revision: 582081

URL: http://svn.apache.org/viewvc?rev=582081&view=rev
Log:
fixed some of the build errors in iis module

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.h

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.h?rev=582081&r1=582080&r2=582081&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.h (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.h Thu Oct  4 22:37:26 2007
@@ -1,4 +1,4 @@
-
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -28,33 +28,41 @@
 extern "C"
 {
 
-#endif  /* 
 */
-    
typedef struct axis2_iis_worker axis2_iis_worker_t;
-    

int AXIS2_CALL
-    
 axis2_iis_worker_process_request(
-        axis2_iis_worker_t * iis_worker,
-        
const axutil_env_t * env,
-        
void *r);
-    

void AXIS2_CALL
-    
 axis2_iis_worker_free(
-        axis2_iis_worker_t * iis_worker,
-        
const axutil_env_t * env);
-    

axis2_iis_worker_t * AXIS2_CALL
-    
 axis2_iis_worker_create(
-        
const axutil_env_t * env,
-        
axis2_char_t * repo_path);
-    

+#endif  /* 
+ */
+    
+typedef struct axis2_iis_worker axis2_iis_worker_t;
+    
+
+int AXIS2_CALL
+ axis2_iis_worker_process_request(
+     axis2_iis_worker_t * iis_worker,
+     const axutil_env_t * env,
+     void *r);
+    
+
+void AXIS2_CALL
+ axis2_iis_worker_free(
+     axis2_iis_worker_t * iis_worker,
+     const axutil_env_t * env);
+    
+
+axis2_iis_worker_t * AXIS2_CALL 
+   axis2_iis_worker_create(        
+       const axutil_env_t * env,
+       axis2_char_t * repo_path);
+    
+
+
 #define AXIS2_IIS_WORKER_PROCESS_REQUEST(iis_worker, env, request)	\
-         axis2_iis_worker_process_request(
-    \
iis_worker,
-    env,
-    request)
+         axis2_iis_worker_process_request( \
+             iis_worker,    env,    request)
 #define AXIS2_IIS_WORKER_FREE(iis_worker, env)					\
-         axis2_iis_worker_free(
-    iis_worker,
-    env) 
+            axis2_iis_worker_free(    iis_worker,    env) 
+
 #ifdef __cplusplus
 }
-#endif  /* 
 */
+#endif  /* 
+ */
 
 #endif  /* AXIS2_IIS_WORKER_H */



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