Changeset 14256 in webkit for trunk/JavaScriptCore/wtf/Forward.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/Forward.h
r13832 r14256 24 24 #include <stddef.h> 25 25 26 namespace KXMLCore{26 namespace WTF { 27 27 template<typename T> class ListRefPtr; 28 28 template<typename T> class OwnArrayPtr; … … 32 32 } 33 33 34 using KXMLCore::ListRefPtr;35 using KXMLCore::OwnArrayPtr;36 using KXMLCore::OwnPtr;37 using KXMLCore::PassRefPtr;38 using KXMLCore::RefPtr;34 using WTF::ListRefPtr; 35 using WTF::OwnArrayPtr; 36 using WTF::OwnPtr; 37 using WTF::PassRefPtr; 38 using WTF::RefPtr; 39 39 40 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.