mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix AIX bustage by making ~nsSocketTransportService() protected (so that nsDerivedSafe can call it). r=dbaron.
This commit is contained in:
parent
823f2f2aa7
commit
27f406b51d
@ -146,10 +146,12 @@ public:
|
||||
//
|
||||
nsresult AttachSocket(PRFileDesc *fd, nsASocketHandler *);
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
virtual ~nsSocketTransportService();
|
||||
|
||||
private:
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
// misc (any thread)
|
||||
//-------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user