Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 28598 invoked from network); 24 Jan 2005 13:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Jan 2005 13:04:29 -0000 Received: (qmail 55018 invoked by uid 500); 24 Jan 2005 13:04:26 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 54994 invoked by uid 500); 24 Jan 2005 13:04:26 -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 54979 invoked by uid 99); 24 Jan 2005 13:04:26 -0000 X-ASF-Spam-Status: No, hits=-9.6 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 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; Mon, 24 Jan 2005 05:04:26 -0800 Received: (qmail 28554 invoked by uid 1922); 24 Jan 2005 13:04:24 -0000 Date: 24 Jan 2005 13:04:24 -0000 Message-ID: <20050124130424.28553.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 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N prestonf 2005/01/24 05:04:24 Modified: c/src/transport/axis3/HTTPSSLChannel HTTPSSLChannelInstantiator.cpp Log: Hi All, Update for trace in Transport. Regards, Fred Preston. Revision Changes Path 1.9 +3 -0 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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- HTTPSSLChannelInstantiator.cpp 20 Jan 2005 19:36:37 -0000 1.8 +++ HTTPSSLChannelInstantiator.cpp 24 Jan 2005 13:04:24 -0000 1.9 @@ -19,7 +19,10 @@ * */ +#ifndef AXISTRACE_LIBRARY_MAINENTRYPOINT #define AXISTRACE_LIBRARY_MAINENTRYPOINT +#endif + #include "../../../common/AxisTrace.h" #ifdef WIN32