second attempt to fix solaris bustage, thx to keeda@hotpop.com for the patch.

This commit is contained in:
darin%meer.net 2003-10-06 16:35:06 +00:00
Родитель ca7587571d
Коммит b9118fdb9e
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

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