Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 466 invoked from network); 30 Sep 2005 10:48:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Sep 2005 10:48:03 -0000 Received: (qmail 45494 invoked by uid 500); 30 Sep 2005 10:48:01 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 45431 invoked by uid 500); 30 Sep 2005 10:48:01 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 45420 invoked by uid 500); 30 Sep 2005 10:48:01 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 45417 invoked by uid 99); 30 Sep 2005 10:48:01 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 30 Sep 2005 03:48:01 -0700 Received: (qmail 366 invoked by uid 65534); 30 Sep 2005 10:47:40 -0000 Message-ID: <20050930104740.365.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r292697 - /webservices/axis2/trunk/c/include/axis2c_node.h Date: Fri, 30 Sep 2005 10:47:40 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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);