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 ma...@apache.org on 2007/09/17 08:46:33 UTC

svn commit: r576273 - /webservices/axis2/trunk/c/include/axis2_phase.h

Author: manjula
Date: Sun Sep 16 23:46:32 2007
New Revision: 576273

URL: http://svn.apache.org/viewvc?rev=576273&view=rev
Log:
Adding the method signature of increment ref.

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

Modified: webservices/axis2/trunk/c/include/axis2_phase.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_phase.h?rev=576273&r1=576272&r2=576273&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_phase.h (original)
+++ webservices/axis2/trunk/c/include/axis2_phase.h Sun Sep 16 23:46:32 2007
@@ -320,6 +320,13 @@
     axis2_phase_create(const axutil_env_t *env,
             const axis2_char_t *phase_name);
 
+
+    AXIS2_EXTERN axis2_status_t AXIS2_CALL
+    axis2_phase_increment_ref(axis2_phase_t *phase,
+            const axutil_env_t *env);
+    
+
+
 #ifdef __cplusplus
 }
 #endif



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