mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
More ports bustage fixing. Make ~nsSocketTransport() protected for the benefit of nsDerivedSafe<nsSocketTransport>.
This commit is contained in:
parent
cd3b8e8dd3
commit
c34205bb48
@ -151,10 +151,12 @@ public:
|
||||
// called when a socket event is handled
|
||||
void OnSocketEvent(PRUint32 type, nsresult status, nsISupports *param);
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
virtual ~nsSocketTransport();
|
||||
|
||||
private:
|
||||
|
||||
// event types
|
||||
enum {
|
||||
MSG_ENSURE_CONNECT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user