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 na...@apache.org on 2006/06/05 18:55:20 UTC

svn commit: r411857 - /webservices/axis/trunk/c/src/cbindings/client/CallC.cpp

Author: nadiramra
Date: Mon Jun  5 09:55:19 2006
New Revision: 411857

URL: http://svn.apache.org/viewvc?rev=411857&view=rev
Log:
fix linux compile problem

Modified:
    webservices/axis/trunk/c/src/cbindings/client/CallC.cpp

Modified: webservices/axis/trunk/c/src/cbindings/client/CallC.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/cbindings/client/CallC.cpp?rev=411857&r1=411856&r2=411857&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/cbindings/client/CallC.cpp (original)
+++ webservices/axis/trunk/c/src/cbindings/client/CallC.cpp Mon Jun  5 09:55:19 2006
@@ -35,7 +35,7 @@
 
 static void processException(Call *c, AxisException& e)
 {
-    void *exceptionHandler = axiscAxisInvokeExceptionHandler;
+    void *exceptionHandler = (void *)axiscAxisInvokeExceptionHandler;
     void *stubExceptionHandler;
     
     Stub *s = (Stub *)c->getCStub();



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