You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/03/05 05:35:46 UTC

svn commit: r514544 - /webservices/axis2/trunk/c/include/axis2_svc.h

Author: samisa
Date: Sun Mar  4 20:35:45 2007
New Revision: 514544

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

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

Modified: webservices/axis2/trunk/c/include/axis2_svc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc.h?view=diff&rev=514544&r1=514543&r2=514544
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc.h Sun Mar  4 20:35:45 2007
@@ -265,12 +265,11 @@
      * the modules
      * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
      */
-    axis2_status_t (AXIS2_CALL *
-            add_module_ops)(
-                axis2_svc_t *svc,
-                const axis2_env_t *env,
-                struct axis2_module_desc *module_desc,
-                struct axis2_conf *axis2_config);
+    axis2_status_t AXIS2_CALL 
+    axis2_svc_add_module_ops(axis2_svc_t *svc,
+        const axis2_env_t *env,
+        struct axis2_module_desc *module_desc,
+        struct axis2_conf *axis2_config);
 
     /**
      * Adds given module description to engaged module list.



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