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 2008/07/21 23:55:03 UTC

svn commit: r678582 - /webservices/axis/trunk/c/include/axis/AxisUserAPI.hpp

Author: nadiramra
Date: Mon Jul 21 14:55:02 2008
New Revision: 678582

URL: http://svn.apache.org/viewvc?rev=678582&view=rev
Log:
Add size() method to Axis_Array.

Modified:
    webservices/axis/trunk/c/include/axis/AxisUserAPI.hpp

Modified: webservices/axis/trunk/c/include/axis/AxisUserAPI.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/include/axis/AxisUserAPI.hpp?rev=678582&r1=678581&r2=678582&view=diff
==============================================================================
--- webservices/axis/trunk/c/include/axis/AxisUserAPI.hpp (original)
+++ webservices/axis/trunk/c/include/axis/AxisUserAPI.hpp Mon Jul 21 14:55:02 2008
@@ -494,6 +494,11 @@
     void** get(int& size, XSDTYPE& type) const;
     
     /**
+     * Returns the size of the array.
+     */
+    int size() { return m_Size; }
+    
+    /**
      * Clear the array, and it's data
      */
     void clear();