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 2005/12/29 03:15:13 UTC

svn commit: r359677 - in /webservices/axis2/trunk/c/modules/core: deployment/src/Makefile.am description/src/op.c

Author: samisa
Date: Wed Dec 28 18:15:07 2005
New Revision: 359677

URL: http://svn.apache.org/viewcvs?rev=359677&view=rev
Log:
Fixed errors to get the SVN code compiling

Modified:
    webservices/axis2/trunk/c/modules/core/deployment/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/description/src/op.c

Modified: webservices/axis2/trunk/c/modules/core/deployment/src/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/deployment/src/Makefile.am?rev=359677&r1=359676&r2=359677&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/src/Makefile.am Wed Dec 28 18:15:07 2005
@@ -3,8 +3,7 @@
 libaxis2_deployment_la_SOURCES = phases_info.c \
                                     desc_builder.c \
                                     dep_engine.c \
-                                    arch_reader.c \
-                                    arch_file_data.c
+                                    arch_reader.c
 
 libaxis2_deployment_la_LIBADD = 
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \

Modified: webservices/axis2/trunk/c/modules/core/description/src/op.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/src/op.c?rev=359677&r1=359676&r2=359677&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/src/op.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/src/op.c Wed Dec 28 18:15:07 2005
@@ -909,7 +909,7 @@
         extensible_component->wsdl_component, env, MODULEREF_KEY);
     
     size = AXIS2_ARRAY_LIST_SIZE(collection_module, env);
-    if(AXIS2_SUCCESS != AXIS2_ERROR_GET_STATUS_CODE(*env->error))
+    if(AXIS2_SUCCESS != AXIS2_ERROR_GET_STATUS_CODE((*env)->error))
     {
         return AXIS2_FAILURE;
     }