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/04/01 08:27:40 UTC

svn commit: r524544 - /webservices/axis2/trunk/c/include/axis2_svc_skeleton.h

Author: samisa
Date: Sat Mar 31 23:27:40 2007
New Revision: 524544

URL: http://svn.apache.org/viewvc?view=rev&rev=524544
Log:
Arranged ops struct members

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

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?view=diff&rev=524544&r1=524543&r2=524544
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_skeleton.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_skeleton.h Sat Mar 31 23:27:40 2007
@@ -71,17 +71,6 @@
                     const axutil_env_t *env);
 
         /**
-         * Frees service implementation.
-         * @param svc_skeli pointer to svc_skeli struct
-         * @param env pointer to environment struct
-         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
-         */
-        int (AXIS2_CALL *
-                free)(
-                    axis2_svc_skeleton_t *svc_skeli,
-                    const axutil_env_t *env);
-
-        /**
          * Invokes the service. This function should be used to call up the
          * functions implementing service operations.
          * @param svc_skeli pointer to svc_skeli struct
@@ -113,6 +102,16 @@
                     const axutil_env_t *env,
                     axiom_node_t *node);
 
+        /**
+         * Frees service implementation.
+         * @param svc_skeli pointer to svc_skeli struct
+         * @param env pointer to environment struct
+         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
+         */
+        int (AXIS2_CALL *
+                free)(
+                    axis2_svc_skeleton_t *svc_skeli,
+                    const axutil_env_t *env);
 
     } ;
 



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