mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
switch to dbaron's suggested fix for solaris bustage, b=210125.
This commit is contained in:
parent
0cd1f0b182
commit
886b94cad7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user