From 886b94cad72b86e34ab8ad21de7d37af3612c383 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Tue, 7 Oct 2003 01:29:38 +0000 Subject: [PATCH] switch to dbaron's suggested fix for solaris bustage, b=210125. --- netwerk/protocol/http/src/nsHttpConnectionMgr.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/netwerk/protocol/http/src/nsHttpConnectionMgr.h b/netwerk/protocol/http/src/nsHttpConnectionMgr.h index e4f5519a4eb6..1511b2173bab 100644 --- a/netwerk/protocol/http/src/nsHttpConnectionMgr.h +++ b/netwerk/protocol/http/src/nsHttpConnectionMgr.h @@ -196,18 +196,16 @@ private: PRBool BuildPipeline(nsConnectionEntry *, nsAHttpTransaction *, nsHttpPipeline **); nsresult ProcessNewTransaction(nsHttpTransaction *); - // SUN WS6U2 needs this to be public -public: // message handlers have this signature typedef void (nsHttpConnectionMgr:: *nsConnEventHandler)(nsresult, void *); -private: - // nsConnEvent // // subclass of PLEvent used to marshall events to the socket transport // thread. this class is used to implement PostEvent. // + class nsConnEvent; + friend class nsConnEvent; class nsConnEvent : public PLEvent { public: