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 2005/10/12 11:11:59 UTC

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

Author: damitha
Date: Wed Oct 12 02:11:52 2005
New Revision: 314831

URL: http://svn.apache.org/viewcvs?rev=314831&view=rev
Log:
changed the header include macro

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=314831&r1=314830&r2=314831&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_allocator.h (original)
+++ webservices/axis2/trunk/c/include/axis2_allocator.h Wed Oct 12 02:11:52 2005
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef AXIS2_MEMORY_ALLOCATOR_H
-#define AXIS2_MEMORY_ALLOCATOR_H
+#ifndef AXIS2_ALLOCATOR_H
+#define AXIS2_ALLOCATOR_H
 
 #include <axis2_defines.h>
 
@@ -42,4 +42,4 @@
 #define axis2_free(allocator, ptr) ((allocator)->free(ptr))
 #define axis2_strdup(allocator, ptr) ((allocator)->strdup(ptr))
 
-#endif /* AXIS2_MEMORY_ALLOCATOR_H */
+#endif /* AXIS2_ALLOCATOR_H */