Fix AIX bustage by making ~nsSocketTransportService() protected (so that nsDerivedSafe can call it). r=dbaron.

This commit is contained in:
bryner%brianryner.com 2003-11-15 05:52:32 +00:00
parent 823f2f2aa7
commit 27f406b51d

View File

@ -146,10 +146,12 @@ public:
//
nsresult AttachSocket(PRFileDesc *fd, nsASocketHandler *);
private:
protected:
virtual ~nsSocketTransportService();
private:
//-------------------------------------------------------------------------
// misc (any thread)
//-------------------------------------------------------------------------