Changeset 60787 in webkit for trunk/JavaScriptCore/wtf/OwnPtrCommon.h
- Timestamp:
- Jun 7, 2010, 10:34:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/OwnPtrCommon.h
r55621 r60787 42 42 // Forward delcarations at this point avoid the need to include BREW includes 43 43 // in WTF headers. 44 typedef struct _ISocket ISocket; 44 45 typedef struct _IFileMgr IFileMgr; 45 46 typedef struct _IFile IFile; 46 47 typedef struct IBitmap IBitmap; 48 typedef struct ISSL ISSL; 47 49 #endif 48 50 … … 70 72 void deleteOwnedPtr(IFile*); 71 73 void deleteOwnedPtr(IBitmap*); 74 void deleteOwnedPtr(ISSL*); 75 void deleteOwnedPtr(ISocket*); 72 76 #endif 73 77
Note:
See TracChangeset
for help on using the changeset viewer.