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 na...@apache.org on 2007/02/09 01:27:36 UTC

svn commit: r505095 - /webservices/axis/trunk/c/include/axis/client/Call.hpp

Author: nadiramra
Date: Thu Feb  8 16:27:35 2007
New Revision: 505095

URL: http://svn.apache.org/viewvc?view=rev&rev=505095
Log:
correct method comment

Modified:
    webservices/axis/trunk/c/include/axis/client/Call.hpp

Modified: webservices/axis/trunk/c/include/axis/client/Call.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/include/axis/client/Call.hpp?view=diff&rev=505095&r1=505094&r2=505095
==============================================================================
--- webservices/axis/trunk/c/include/axis/client/Call.hpp (original)
+++ webservices/axis/trunk/c/include/axis/client/Call.hpp Thu Feb  8 16:27:35 2007
@@ -1764,8 +1764,7 @@
       * exception handler will be called.
       * This function was added in support of the c-Binding implementation.  
       *
-      * @param exceptionCode - exception code in an AXIS exception that was thrown.
-      * @param createFp - pointer to exception string in AXIS exception that was thrown.
+      * @param e - exception to be processed.
       * @param exceptionHandlerFp - pointer to exception handler function
       */
      void processSoapFault(AxisException *e, void *exceptionHandlerFp);



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