More ports bustage fixing. Make ~nsSocketTransport() protected for the benefit of nsDerivedSafe<nsSocketTransport>.

This commit is contained in:
bryner%brianryner.com 2003-11-15 08:43:50 +00:00
parent cd3b8e8dd3
commit c34205bb48

View File

@ -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,