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 da...@apache.org on 2009/10/05 07:24:48 UTC

svn commit: r821687 - /webservices/axis2/trunk/c/include/axis2_const.h

Author: damitha
Date: Mon Oct  5 05:24:47 2009
New Revision: 821687

URL: http://svn.apache.org/viewvc?rev=821687&view=rev
Log:
Adding AXIS2_SVC_CLIENT_CLOSED

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

Modified: webservices/axis2/trunk/c/include/axis2_const.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_const.h?rev=821687&r1=821686&r2=821687&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_const.h (original)
+++ webservices/axis2/trunk/c/include/axis2_const.h Mon Oct  5 05:24:47 2009
@@ -418,6 +418,8 @@
 /** wsdl location in repo*/
 #define AXIS2_WSDL_LOCATION_IN_REPO "woden"
 
+#define AXIS2_SVC_CLIENT_CLOSED "closed"    
+
 #ifdef __cplusplus
 }
 #endif