Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 94879 invoked from network); 3 Apr 2006 11:51:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 11:51:41 -0000 Received: (qmail 1467 invoked by uid 500); 3 Apr 2006 11:51:33 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 1384 invoked by uid 500); 3 Apr 2006 11:51:33 -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 1366 invoked by uid 500); 3 Apr 2006 11:51:33 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 1362 invoked by uid 99); 3 Apr 2006 11:51:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 04:51:33 -0700 X-ASF-Spam-Status: No, hits=-9.4 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; Mon, 03 Apr 2006 04:51:32 -0700 Received: (qmail 94345 invoked by uid 65534); 3 Apr 2006 11:51:11 -0000 Message-ID: <20060403115111.94344.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r391022 - /webservices/axis2/trunk/c/modules/xml/soap/soap_fault_value.c Date: Mon, 03 Apr 2006 11:51:11 -0000 To: axis2-cvs@ws.apache.org From: nandika@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: nandika Date: Mon Apr 3 04:51:10 2006 New Revision: 391022 URL: http://svn.apache.org/viewcvs?rev=391022&view=rev Log: ops struct corrected Modified: webservices/axis2/trunk/c/modules/xml/soap/soap_fault_value.c Modified: webservices/axis2/trunk/c/modules/xml/soap/soap_fault_value.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/soap_fault_value.c?rev=391022&r1=391021&r2=391022&view=diff ============================================================================== --- webservices/axis2/trunk/c/modules/xml/soap/soap_fault_value.c (original) +++ webservices/axis2/trunk/c/modules/xml/soap/soap_fault_value.c Mon Apr 3 04:51:10 2006 @@ -92,6 +92,9 @@ fault_val_impl->fault_value.ops->get_text = axis2_soap_fault_value_get_text; + + fault_val_impl->fault_value.ops->set_text = + axis2_soap_fault_value_set_text; return &(fault_val_impl->fault_value); }