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 2005/09/30 12:47:40 UTC

svn commit: r292697 - /webservices/axis2/trunk/c/include/axis2c_node.h

Author: samisa
Date: Fri Sep 30 03:47:32 2005
New Revision: 292697

URL: http://svn.apache.org/viewcvs?rev=292697&view=rev
Log:
I found that svn repo copy was not building due
to some uncommited stuff

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

Modified: webservices/axis2/trunk/c/include/axis2c_node.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2c_node.h?rev=292697&r1=292696&r2=292697&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2c_node.h (original)
+++ webservices/axis2/trunk/c/include/axis2c_node.h Fri Sep 30 03:47:32 2005
@@ -77,7 +77,7 @@
 // build the tree 
 int axis2c_node_build(axis2c_node_t *node);
 
-void axis2c_node_set_parent(axis2c_node_t *parent);
+void axis2c_node_set_parent(axis2c_node_t *node,axis2c_node_t *parent);
 
 axis2c_node_t *axis2c_node_get_next_sibling(axis2c_node_t *node);