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 su...@apache.org on 2008/07/01 06:16:00 UTC

svn commit: r672989 - /webservices/axis2/trunk/c/include/axis2_http_transport.h

Author: supun
Date: Mon Jun 30 21:16:00 2008
New Revision: 672989

URL: http://svn.apache.org/viewvc?rev=672989&view=rev
Log:
patch applied Axis2c-1124. Thanks Rajika.

Modified:
    webservices/axis2/trunk/c/include/axis2_http_transport.h

Modified: webservices/axis2/trunk/c/include/axis2_http_transport.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport.h?rev=672989&r1=672988&r2=672989&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport.h Mon Jun 30 21:16:00 2008
@@ -1031,6 +1031,8 @@
 
 #define AXIS2_F_SLASH '/'
 
+#define AXIS2_B_SLASH '\\'
+
 #define AXIS2_EQ '='
 
 #define AXIS2_AND '&'