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 na...@apache.org on 2007/02/22 09:52:07 UTC

svn commit: r510444 - in /webservices/axis2/trunk/c/modules/core/engine: conf.c disp_checker.c

Author: nandika
Date: Thu Feb 22 00:52:06 2007
New Revision: 510444

URL: http://svn.apache.org/viewvc?view=rev&rev=510444
Log:
include <axis2_disp_checker.h> changed to include "axis2_disp_checker.h"

Modified:
    webservices/axis2/trunk/c/modules/core/engine/conf.c
    webservices/axis2/trunk/c/modules/core/engine/disp_checker.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=510444&r1=510443&r2=510444
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/conf.c (original)
+++ webservices/axis2/trunk/c/modules/core/engine/conf.c Thu Feb 22 00:52:06 2007
@@ -17,7 +17,7 @@
 
 #include <string.h>
 #include <axis2_disp.h>
-#include <axis2_disp_checker.h>
+#include "axis2_disp_checker.h"
 #include <axis2_conf.h>
 #include <axis2_dir_handler.h>
 #include <axis2_dep_engine.h>

Modified: webservices/axis2/trunk/c/modules/core/engine/disp_checker.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/engine/disp_checker.c?view=diff&rev=510444&r1=510443&r2=510444
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/disp_checker.c (original)
+++ webservices/axis2/trunk/c/modules/core/engine/disp_checker.c Thu Feb 22 00:52:06 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include <axis2_disp_checker.h>
+#include "axis2_disp_checker.h"
 #include <axis2_handler_desc.h>
 #include <axis2_string.h>
 #include <axis2_relates_to.h>



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