Closed
Bug 347183
Opened 17 years ago
Closed 17 years ago
Frozen-linkage access to null/singleton/union/array enumerators
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(2 files)
33.38 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
10.33 KB,
patch
|
Details | Diff | Splinter Review |
I want to give frozen-linkage code access to the null/singleton/union/array enumerators. This will involve a combination of gluing some classes and a custom factory type.
Assignee | ||
Comment 1•17 years ago
|
||
No need for any special factory types, we can just glue all this stuff. CVS copies will be xpcom/ds/{nsEnumeratorUtils,nsArrayEnumerator}.{h,cpp} -> xpcom/glue
Attachment #231962 -
Flags: review?(darin)
Assignee | ||
Comment 2•17 years ago
|
||
Additional #include and code fixup to make the above patch work.
Updated•17 years ago
|
Attachment #231962 -
Flags: review?(darin) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•