зеркало из https://github.com/mozilla/pjs.git
second attempt to fix solaris bustage, thx to keeda@hotpop.com for the patch.
This commit is contained in:
Родитель
ca7587571d
Коммит
b9118fdb9e
|
@ -196,9 +196,13 @@ 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
|
||||
|
@ -238,7 +242,6 @@ private:
|
|||
nsresult mStatus;
|
||||
void *mParam;
|
||||
};
|
||||
friend class nsConnEvent;
|
||||
|
||||
nsresult PostEvent(nsConnEventHandler handler,
|
||||
nsresult status = NS_OK,
|
||||
|
|
Загрузка…
Ссылка в новой задаче