This commit is contained in:
darin%meer.net 2006-01-02 03:20:04 +00:00
Родитель ff99eafe20
Коммит 80976a34f6
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -38,7 +38,7 @@
#include "nsAboutBlank.h"
#include "nsIIOService.h"
#include "nsIServiceManager.h"
#include "nsIStringStream.h"
#include "nsStringStream.h"
#include "nsNetUtil.h"
NS_IMPL_ISUPPORTS1(nsAboutBlank, nsIAboutModule)

Просмотреть файл

@ -38,7 +38,7 @@
#include "nsAboutBloat.h"
#include "nsIIOService.h"
#include "nsIServiceManager.h"
#include "nsIStringStream.h"
#include "nsStringStream.h"
#include "nsXPIDLString.h"
#include "nsIURI.h"
#include "prtime.h"

Просмотреть файл

@ -226,7 +226,7 @@ nsFileUploadContentStream::ReadSegments(nsWriteSegmentFun fun, void *closure,
*result = 0; // nothing is ever actually read from this stream
if (IsClosed())
return Status();
return NS_OK;
if (IsNonBlocking()) {
// Inform the caller that they will have to wait for the copy operation to

Просмотреть файл

@ -46,7 +46,7 @@
#include "nsISocketTransport.h"
#include "nsIServiceManager.h"
#include "nsISSLSocketControl.h"
#include "nsIStringStream.h"
#include "nsStringStream.h"
#include "netCore.h"
#include "nsNetCID.h"
#include "nsAutoLock.h"

Просмотреть файл

@ -50,10 +50,10 @@
#include "pratom.h"
#include "plevent.h"
#include "nsIStringStream.h"
#include "nsISeekableStream.h"
#include "nsISocketTransport.h"
#include "nsMultiplexInputStream.h"
#include "nsStringStream.h"
#include "nsComponentManagerUtils.h" // do_CreateInstance