Changeset 14256 in webkit for trunk/JavaScriptCore/wtf/PassRefPtr.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/PassRefPtr.h
r12317 r14256 24 24 #define KXMLCORE_PASS_REF_PTR_H 25 25 26 namespace KXMLCore{26 namespace WTF { 27 27 28 28 template<typename T> class RefPtr; … … 179 179 } 180 180 181 } // namespace KXMLCore181 } // namespace WTF 182 182 183 using KXMLCore::PassRefPtr;184 using KXMLCore::adoptRef;185 using KXMLCore::static_pointer_cast;186 using KXMLCore::const_pointer_cast;183 using WTF::PassRefPtr; 184 using WTF::adoptRef; 185 using WTF::static_pointer_cast; 186 using WTF::const_pointer_cast; 187 187 188 188 #endif // KXMLCORE_PASS_REF_PTR_H
Note:
See TracChangeset
for help on using the changeset viewer.