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
|