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 da...@apache.org on 2007/06/20 10:10:53 UTC

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

Author: damitha
Date: Wed Jun 20 01:10:52 2007
New Revision: 548979

URL: http://svn.apache.org/viewvc?view=rev&rev=548979
Log:
I have mistakenly declared a function twice. Fixed it

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=548979&r1=548978&r2=548979
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_skeleton.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_skeleton.h Wed Jun 20 01:10:52 2007
@@ -72,19 +72,6 @@
 
 
         /**
-         * Initializes the service implementation.
-         * @param svc_skeleton pointer to svc_skeleton struct
-         * @param env pointer to environment struct
-         * @param conf pointer to axis2c configuration struct
-         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
-         */
-        int (AXIS2_CALL *
-                init_with_conf)(
-                    axis2_svc_skeleton_t *svc_skeleton,
-                    const axutil_env_t *env,
-                    struct axis2_conf *conf);
-
-        /**
          * Invokes the service. This function should be used to call up the
          * functions implementing service operations.
          * @param svc_skeli pointer to svc_skeli struct



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