Changeset 40425 in vbox for trunk/src/libs/xpcom18a4/xpcom/io
- Timestamp:
- Mar 12, 2012 12:20:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/io/nsFastLoadFile.h
r40420 r40425 294 294 // not call through our overridden Read method -- it calls directly into 295 295 // the underlying input stream. 296 NS_IMETHOD ReadSegments(nsWriteSegmentFun aWriter, void* aClosure,297 PRUint32 aCount, PRUint32 *aResult);296 NS_IMETHODIMP ReadSegments(nsWriteSegmentFun aWriter, void* aClosure, 297 PRUint32 aCount, PRUint32 *aResult); 298 298 299 299 nsresult ReadHeader(nsFastLoadHeader *aHeader);
Note:
See TracChangeset
for help on using the changeset viewer.