switch to dbaron's suggested fix for solaris bustage, b=210125.

This commit is contained in:
darin%meer.net 2003-10-07 01:29:38 +00:00
parent 0cd1f0b182
commit 886b94cad7

View File

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