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 2009/10/03 11:30:48 UTC

svn commit: r821282 - /webservices/axis2/trunk/c/include/axis2_callback.h

Author: nandika
Date: Sat Oct  3 09:30:48 2009
New Revision: 821282

URL: http://svn.apache.org/viewvc?rev=821282&view=rev
Log:
comment corrected

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

Modified: webservices/axis2/trunk/c/include/axis2_callback.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_callback.h?rev=821282&r1=821281&r2=821282&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_callback.h (original)
+++ webservices/axis2/trunk/c/include/axis2_callback.h Sat Oct  3 09:30:48 2009
@@ -94,8 +94,7 @@
      * e.g.
      * <code>
      *      <pre>
-     *          while(!AXIS2_CALL
-     * BACK_GET_COMPLETE(callback, env)
+     *          while(!axis2_callback_get_complete(callback, env)
      *          {
      *             sleep(10);
      *          }