You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by du...@apache.org on 2007/03/22 11:51:10 UTC

svn commit: r521203 - in /webservices/axis2/trunk/c/modules/core/deployment: axis2_conf_builder.h axis2_svc_builder.h

Author: dushshantha
Date: Thu Mar 22 03:51:04 2007
New Revision: 521203

URL: http://svn.apache.org/viewvc?view=rev&rev=521203
Log:
removed macros

Modified:
    webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_builder.h

Modified: webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_builder.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_builder.h?view=diff&rev=521203&r1=521202&r2=521203
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_builder.h (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_builder.h Thu Mar 22 03:51:04 2007
@@ -99,19 +99,6 @@
         struct axis2_dep_engine *dep_engine,
         axis2_conf_t *conf);
 
-/** Frees the conf builder 
-#define AXIS2_CONF_BUILDER_FREE(conf_builder, env) \
-      axis2_conf_builder_free (conf_builder, env)*/
-
-/** Populate conf. 
-#define AXIS2_CONF_BUILDER_POPULATE_CONF(conf_builder, env) \
-      axis2_conf_builder_populate_conf (conf_builder, env)*/
-
-/** Process module refs. 
-#define AXIS2_CONF_BUILDER_PROCESS_MODULE_REFS(conf_builder, env, module_refs) \
-      axis2_conf_builder_process_module_refs (conf_builder, env, module_refs)*/
-
-
 /** @} */
 
 #ifdef __cplusplus

Modified: webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_builder.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_builder.h?view=diff&rev=521203&r1=521202&r2=521203
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_builder.h (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_builder.h Thu Mar 22 03:51:04 2007
@@ -126,18 +126,6 @@
         struct axis2_dep_engine *dep_engine,
         axis2_svc_t *svc);
 
-/** Frees the service builder. 
-#define AXIS2_SVC_BUILDER_FREE(svc_builder, env) \
-      axis2_svc_builder_free (svc_builder, env)*/
-
-/** Populates the service. 
-#define AXIS2_SVC_BUILDER_POPULATE_SVC(svc_builder, env, svc_node) \
-      axis2_svc_builder_populate_svc (svc_builder, env, svc_node)*/
-
-/** Process module refs.
-#define AXIS2_SVC_BUILDER_PROCESS_MODULE_REFS(svc_builder, env, module_refs) \
-      axis2_svc_builder_process_module_refs (svc_builder, env, module_refs) */
-
 /** @} */
 
 #ifdef __cplusplus



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org