~ubuntu-branches/ubuntu/quantal/enigmail/quantal

« back to all changes in this revision

Viewing changes to extensions/enigmail/ipc/src/nsIPCBuffer.cpp

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-09-26 13:42:31 UTC
  • mfrom: (0.12.14)
  • Revision ID: package-import@ubuntu.com-20120926134231-endgg7ef5ysctcfa
Tags: 2:1.4.5-0ubuntu1
* New upstream release v1.4.5
  - LP: #1062587

* Add patch to set the correct version number. The version was not changed
  from 1.5a1pre to 1.4.5 when the tarball was built from rev 24e938
  - add debian/patches/correct-version-number.diff
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
  // Close input stream
288
288
  inputStream->Close();
289
289
 
290
 
  OnStopRequest(NULL, mObserverContext, 0);
 
290
  OnStopRequest(NULL, mObserverContext, NS_OK);
291
291
 
292
292
  return NS_OK;
293
293
}
829
829
NS_IMETHODIMP
830
830
nsIPCBuffer::OnDataAvailable(nsIRequest* aRequest, nsISupports* aContext,
831
831
                              nsIInputStream *aInputStream,
 
832
#if MOZILLA_MAJOR_VERSION < 18
832
833
                              PRUint32 aSourceOffset,
 
834
#else
 
835
                              PRUint64 aSourceOffset,
 
836
#endif
833
837
                              PRUint32 aLength)
834
838
{
835
839
  nsresult rv = NS_OK;