diff options
author | click <none@none> | 2010-11-04 05:30:29 +0100 |
---|---|---|
committer | click <none@none> | 2010-11-04 05:30:29 +0100 |
commit | 9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch) | |
tree | 14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/PI_Malloc.cpp | |
parent | 2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff) |
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG--
branch : trunk
Diffstat (limited to 'dep/acelite/ace/PI_Malloc.cpp')
-rw-r--r-- | dep/acelite/ace/PI_Malloc.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dep/acelite/ace/PI_Malloc.cpp b/dep/acelite/ace/PI_Malloc.cpp index 979ddd6ba4c..471f4ed9033 100644 --- a/dep/acelite/ace/PI_Malloc.cpp +++ b/dep/acelite/ace/PI_Malloc.cpp @@ -1,12 +1,10 @@ +// $Id: PI_Malloc.cpp 91287 2010-08-05 10:30:49Z johnnyw $ + #ifndef ACE_PI_MALLOC_CPP #define ACE_PI_MALLOC_CPP #include "ace/PI_Malloc.h" -ACE_RCSID (ace, - PI_Malloc, - "$Id: PI_Malloc.cpp 80826 2008-03-04 14:51:23Z wotte $") - #if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1) #if !defined (__ACE_INLINE__) |