Closed Bug 18596 Opened 25 years ago Closed 25 years ago

non-ansiC++ code in xpcom/threads/nsEventQueueService.h

Categories

(Core :: Networking, defect, P3)

HP
HP-UX
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: jdunn, Assigned: jdunn)

References

Details

When declaring a class a friend, it is proper to use
'friend class' instead of just 'friend'.
HP-UX aCC compiler in fact requires this.

Index: xpcom/threads/nsEventQueueService.h
==========================================
RCS file: /cvsroot/mozilla/xpcom/threads/nsEventQueueService.h,v
retrieving revision 1.5
diff -r1.5 nsEventQueueService.h
48c48
< friend EventQueueEntry;
---
> friend class EventQueueEntry;
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M11
I got permission for Chris Hofmann to check this into M11
and it is already checked into the tip.
Bulk move of all Necko (to be deleted component) bugs to new Networking

component.
Status: RESOLVED → VERIFIED
Blocks: 18687
You need to log in before you can comment on or make changes to this bug.