Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 20016 invoked from network); 2 Apr 2007 01:43:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 01:43:13 -0000 Received: (qmail 22349 invoked by uid 500); 2 Apr 2007 01:43:20 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 22108 invoked by uid 500); 2 Apr 2007 01:43:19 -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 22097 invoked by uid 500); 2 Apr 2007 01:43:19 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 22094 invoked by uid 99); 2 Apr 2007 01:43:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2007 18:43:19 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2007 18:43:11 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9B7CF1A9838; Sun, 1 Apr 2007 18:42:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r524714 - /webservices/axis2/trunk/c/util/include/axutil_thread_pool.h Date: Mon, 02 Apr 2007 01:42:51 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070402014251.9B7CF1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: samisa Date: Sun Apr 1 18:42:50 2007 New Revision: 524714 URL: http://svn.apache.org/viewvc?view=rev&rev=524714 Log: Removed macros form thread_pool Modified: webservices/axis2/trunk/c/util/include/axutil_thread_pool.h Modified: webservices/axis2/trunk/c/util/include/axutil_thread_pool.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_thread_pool.h?view=diff&rev=524714&r1=524713&r2=524714 ============================================================================== --- webservices/axis2/trunk/c/util/include/axutil_thread_pool.h (original) +++ webservices/axis2/trunk/c/util/include/axutil_thread_pool.h Sun Apr 1 18:42:50 2007 @@ -107,21 +107,6 @@ AXIS2_EXTERN void AXIS2_CALL axis2_free_thread_env(struct axutil_env *thread_env); -#define axutil_thread_pool_get_thread(thread_pool, func, data) \ - axutil_thread_pool_get_thread(thread_pool, func, data) - -#define axutil_thread_pool_join_thread(thread_pool, thd) \ - axutil_thread_pool_join_thread(thread_pool, thd) - -#define axutil_thread_pool_exit_thread(thread_pool, thd) \ - axutil_thread_pool_exit_thread(thread_pool, thd) - -#define axutil_thread_pool_thread_detach(thread_pool, thd) \ - axutil_thread_pool_thread_detach(thread_pool, thd) - -#define axutil_thread_pool_free(thread_pool) \ - axutil_thread_pool_free(thread_pool) - /** @} */ #ifdef __cplusplus --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org