~ubuntu-branches/ubuntu/quantal/virtualbox/quantal

« back to all changes in this revision

Viewing changes to src/libs/xpcom18a4/xpcom/io/nsFastLoadFile.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-05-29 10:09:31 UTC
  • mfrom: (3.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120529100931-2xayrbh5hyzm6e9p
Tags: 4.1.16-dfsg-1
* New upstream release.
* Drop 37-fix-build-gcc47.patch, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
    // Override ReadSegments too, as nsBinaryInputStream::ReadSegments does
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);
300
300