Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 17794 invoked from network); 20 Jan 2005 19:36:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Jan 2005 19:36:40 -0000 Received: (qmail 46854 invoked by uid 500); 20 Jan 2005 19:36:39 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 46791 invoked by uid 500); 20 Jan 2005 19:36:38 -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 46778 invoked by uid 99); 20 Jan 2005 19:36:38 -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 minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 20 Jan 2005 11:36:38 -0800 Received: (qmail 17770 invoked by uid 1922); 20 Jan 2005 19:36:37 -0000 Date: 20 Jan 2005 19:36:37 -0000 Message-ID: <20050120193637.17769.qmail@minotaur.apache.org> From: prestonf@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/src/transport/axis3/HTTPSSLChannel HTTPSSLChannelInstantiator.cpp HTTPSSLChannel.cpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N prestonf 2005/01/20 11:36:37 Modified: c/src/transport/axis3/HTTPSSLChannel HTTPSSLChannelInstantiator.cpp HTTPSSLChannel.cpp Log: Hi All, These are modifications needed for the draft of the new http transport implementation AXIS3 (see AXISCPP-361). Regards, Fred Preston. Revision Changes Path 1.8 +0 -3 ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp Index: HTTPSSLChannelInstantiator.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- HTTPSSLChannelInstantiator.cpp 20 Jan 2005 11:23:18 -0000 1.7 +++ HTTPSSLChannelInstantiator.cpp 20 Jan 2005 19:36:37 -0000 1.8 @@ -78,9 +78,6 @@ STORAGE_CLASS_INFO void uninitializeLibrary (void) { // Do uninit actions -#ifdef ENABLE_AXISTRACE - AxisTrace::deleteTraceEntrypoints(); -#endif } } 1.6 +0 -2 ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp Index: HTTPSSLChannel.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- HTTPSSLChannel.cpp 12 Jan 2005 11:57:22 -0000 1.5 +++ HTTPSSLChannel.cpp 20 Jan 2005 19:36:37 -0000 1.6 @@ -13,8 +13,6 @@ HTTPSSLChannel::HTTPSSLChannel() { - memset( &m_URL, 0, sizeof( URL)); - m_LastError = "No Errors"; m_Sock = INVALID_SOCKET;