Closed Bug 825278 Opened 12 years ago Closed 12 years ago

don't use nsISupportsArray for m_listeners

Categories

(Core :: Printing: Setup, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla20

People

(Reporter: tbsaunde, Assigned: tbsaunde)

References

Details

Attachments

(1 file)

No description provided.
Instead of this: uint32_t count = m_listenerList.Count(); for (uint32_t i = count - 1; i < count; i --) I would prefer: uint32_t i = m_listenerList.Count(); while (i--)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: