Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 76947 invoked from network); 3 Aug 2004 03:43:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Aug 2004 03:43:12 -0000 Received: (qmail 71263 invoked by uid 500); 3 Aug 2004 03:43:10 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 71217 invoked by uid 500); 3 Aug 2004 03:43:10 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 71203 invoked by uid 99); 3 Aug 2004 03:43:10 -0000 X-ASF-Spam-Status: No, hits=0.5 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.27.1) with SMTP; Mon, 02 Aug 2004 20:43:09 -0700 Received: (qmail 76934 invoked by uid 1686); 3 Aug 2004 03:43:09 -0000 Date: 3 Aug 2004 03:43:09 -0000 Message-ID: <20040803034309.76933.qmail@minotaur.apache.org> From: roshan@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/src/soap Attribute.cpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N roshan 2004/08/02 20:43:09 Modified: c/src/soap Attribute.cpp Log: removed duplicate definitons of getXXXs Revision Changes Path 1.23 +0 -15 ws-axis/c/src/soap/Attribute.cpp Index: Attribute.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/soap/Attribute.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- Attribute.cpp 2 Aug 2004 14:15:26 -0000 1.22 +++ Attribute.cpp 3 Aug 2004 03:43:09 -0000 1.23 @@ -216,19 +216,4 @@ m_value= value; } -const AxisChar* Attribute::getValue() { - return m_value.c_str(); -} - -const AxisChar* Attribute::getLocalName() { - return m_localname.c_str(); -} - -const AxisChar* Attribute::getUri() { - return m_uri.c_str(); -} - -const AxisChar* Attribute::getPrefix() { - return m_prefix.c_str(); -}