You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2007/02/18 10:33:50 UTC

svn commit: r508888 - in /webservices/axis2/trunk/c: include/axis2_conf.h include/axis2_disp_checker.h modules/core/engine/axis2_disp_checker.h modules/core/engine/conf.c

Author: pini
Date: Sun Feb 18 01:33:48 2007
New Revision: 508888

URL: http://svn.apache.org/viewvc?view=rev&rev=508888
Log:
Fixing jira issue 229

Added:
    webservices/axis2/trunk/c/modules/core/engine/axis2_disp_checker.h
      - copied unchanged from r508887, webservices/axis2/trunk/c/include/axis2_disp_checker.h
Removed:
    webservices/axis2/trunk/c/include/axis2_disp_checker.h
Modified:
    webservices/axis2/trunk/c/include/axis2_conf.h
    webservices/axis2/trunk/c/modules/core/engine/conf.c

Modified: webservices/axis2/trunk/c/include/axis2_conf.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_conf.h?view=diff&rev=508888&r1=508887&r2=508888
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_conf.h (original)
+++ webservices/axis2/trunk/c/include/axis2_conf.h Sun Feb 18 01:33:48 2007
@@ -48,7 +48,6 @@
 #include <axis2_hash.h>
 #include <axis2_phases_info.h>
 #include <axis2_msg_recv.h>
-#include <axis2_disp_checker.h>
 
 #ifdef __cplusplus
 extern "C"

Modified: webservices/axis2/trunk/c/modules/core/engine/conf.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/engine/conf.c?view=diff&rev=508888&r1=508887&r2=508888
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/conf.c (original)
+++ webservices/axis2/trunk/c/modules/core/engine/conf.c Sun Feb 18 01:33:48 2007
@@ -17,6 +17,7 @@
 
 #include <string.h>
 #include <axis2_disp.h>
+#include <axis2_disp_checker.h>
 #include <axis2_conf.h>
 #include <axis2_dir_handler.h>
 #include <axis2_dep_engine.h>



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