Changeset 4747
- Timestamp:
- 09/13/07 08:45:21 (1 year ago)
- Files:
-
- trunk/include/iprt/memory (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/memory
r2988 r4747 13 13 * distribution. VirtualBox OSE is distributed in the hope that it will 14 14 * be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * If you received this file as part of a commercial VirtualBox17 * distribution, then only the terms of your commercial VirtualBox18 * license agreement apply instead of the previous paragraph.19 15 */ 20 16 21 #ifndef __ iprt_memory__22 #define __ iprt_memory__17 #ifndef ___iprt_memory___ 18 #define ___iprt_memory___ 23 19 24 20 /** @defgroup grp_rt_cppx_memory innotek Portable Runtime C++ Extensions: memory … … 88 84 /** @} */ 89 85 90 #endif /* __iprt_memory__ */86 #endif

