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 pr...@apache.org on 2005/11/16 13:39:32 UTC

svn commit: r344995 - /webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.hpp

Author: prestonf
Date: Wed Nov 16 04:39:27 2005
New Revision: 344995

URL: http://svn.apache.org/viewcvs?rev=344995&view=rev
Log:
Remove warnings from compile

Modified:
    webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.hpp

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.hpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.hpp?rev=344995&r1=344994&r2=344995&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.hpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.hpp Wed Nov 16 04:39:27 2005
@@ -157,10 +157,10 @@
   /**
     * Bytes left in the payload buffer to be read
     */
-    int m_iBytesLeft;
+    unsigned int m_iBytesLeft;
 
   /**
-    * Payload lenght
+    * Payload length
     */
     unsigned int m_iContentLength;