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 sa...@apache.org on 2007/07/12 08:02:21 UTC

svn commit: r555501 - /webservices/axis2/trunk/c/include/axis2_stub.h

Author: samisa
Date: Wed Jul 11 23:02:20 2007
New Revision: 555501

URL: http://svn.apache.org/viewvc?view=rev&rev=555501
Log:
Added DEPRECATED notes to AXIOM_SOAP_11 and AXIOM_SOAP_12

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

Modified: webservices/axis2/trunk/c/include/axis2_stub.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_stub.h?view=diff&rev=555501&r1=555500&r2=555501
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_stub.h (original)
+++ webservices/axis2/trunk/c/include/axis2_stub.h Wed Jul 11 23:02:20 2007
@@ -36,9 +36,11 @@
 #include <axiom_xml_reader.h>
 #include <axutil_property.h>
 
-/** Constant value representing SOAP version 1.1 */
+/** DEPRECATED: Please use AXIOM_SOAP11 instead. 
+    Constant value representing SOAP version 1.1 */
 #define AXIOM_SOAP_11 1
-/** Constant value representing SOAP version 1.2 */
+/** DEPRECATED: Please use AXIOM_SOAP12 instead. 
+    Constant value representing SOAP version 1.2 */
 #define AXIOM_SOAP_12 2
 
 #ifdef __cplusplus



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