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 sa...@apache.org on 2005/10/13 07:24:32 UTC

svn commit: r320666 - /webservices/axis2/trunk/c/include/axis2_allocator.h

Author: samisa
Date: Wed Oct 12 22:24:28 2005
New Revision: 320666

URL: http://svn.apache.org/viewcvs?rev=320666&view=rev
Log:
fixed coding convention

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

Modified: webservices/axis2/trunk/c/include/axis2_allocator.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_allocator.h?rev=320666&r1=320665&r2=320666&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_allocator.h (original)
+++ webservices/axis2/trunk/c/include/axis2_allocator.h Wed Oct 12 22:24:28 2005
@@ -19,7 +19,7 @@
 
 #include <axis2_defines.h>
 
-typedef struct 
+typedef struct axis2_allocator
 {
     void *(*malloc)(size_t size);
     void *(*realloc)(void *ptr,size_t size);