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 da...@apache.org on 2009/09/09 19:59:46 UTC

svn commit: r813061 - /webservices/axis2/trunk/c/util/include/axutil_array_list.h

Author: damitha
Date: Wed Sep  9 17:59:46 2009
New Revision: 813061

URL: http://svn.apache.org/viewvc?rev=813061&view=rev
Log:
change the static const variable to a define statement

Modified:
    webservices/axis2/trunk/c/util/include/axutil_array_list.h

Modified: webservices/axis2/trunk/c/util/include/axutil_array_list.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_array_list.h?rev=813061&r1=813060&r2=813061&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_array_list.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_array_list.h Wed Sep  9 17:59:46 2009
@@ -39,7 +39,7 @@
 {
 #endif
 
-    static const int AXIS2_ARRAY_LIST_DEFAULT_CAPACITY = 16;
+#define AXIS2_ARRAY_LIST_DEFAULT_CAPACITY 16
 
     /**
      * Array List struct