mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
nsFtpConnectionThread.h - made the destructor virtual
nsFtpProtocolConnection.h|.cpp - switched some #includes around in a blind attempt to satisfy linux
This commit is contained in:
parent
30a4d0e744
commit
a555e6f8f9
@ -85,7 +85,7 @@ public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
nsFtpConnectionThread(PLEventQueue* aEventQ, nsIStreamListener *aListener);
|
||||
~nsFtpConnectionThread();
|
||||
virtual ~nsFtpConnectionThread();
|
||||
|
||||
// nsIRunnable method
|
||||
NS_IMETHOD Run();
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#include "nsFtpProtocolConnection.h"
|
||||
#include "nscore.h"
|
||||
#include "nsIUrl.h"
|
||||
#include "nsIFtpEventSink.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIByteBufferInputStream.h"
|
||||
#include "nsFtpConnectionThread.h"
|
||||
|
@ -25,10 +25,11 @@
|
||||
#include "nsIStreamListener.h"
|
||||
#include "nsITransport.h"
|
||||
#include "nsIThread.h"
|
||||
#include "nsIUrl.h"
|
||||
|
||||
|
||||
#include "nsString2.h"
|
||||
|
||||
class nsIConnectionGroup;
|
||||
#include "plevent.h"
|
||||
|
||||
class nsFtpProtocolConnection : public nsIFtpProtocolConnection
|
||||
/*,public nsIStreamListener*/ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user