Changeset 14256 in webkit for trunk/JavaScriptCore/wtf/OwnArrayPtr.h
- Timestamp:
- May 9, 2006, 2:27:55 AM (19 years ago)
- Location:
- trunk/JavaScriptCore/wtf
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/OwnArrayPtr.h
r12523 r14256 24 24 25 25 #include <algorithm> 26 #include < kxmlcore/Assertions.h>27 #include < kxmlcore/Noncopyable.h>26 #include <wtf/Assertions.h> 27 #include <wtf/Noncopyable.h> 28 28 29 namespace KXMLCore{29 namespace WTF { 30 30 31 31 template <typename T> class OwnArrayPtr : Noncopyable { … … 61 61 template <typename T> inline void swap(OwnArrayPtr<T>& a, OwnArrayPtr<T>& b) { a.swap(b); } 62 62 63 } // namespace KXMLCore63 } // namespace WTF 64 64 65 using KXMLCore::OwnArrayPtr;65 using WTF::OwnArrayPtr; 66 66 67 67 #endif // KXMLCORE_OWN_ARRAY_PTR_H
Note:
See TracChangeset
for help on using the changeset viewer.