Closed
Bug 1449037
Opened 8 years ago
Closed 8 years ago
Get rid of the "flyweight wrapper" classes from xptinfo.h
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 1444745
People
(Reporter: mccr8, Unassigned)
References
Details
xptinfo.h has a number of classes like nsXPTMethodInfo and nsXPTParamInfo that are subclasses of things in xpt_struct.h, with no additional data, but some additional methods. It might be possible to move those methods to the xpt_struct classes and get rid of (or at least typedef) the xptinfo.h classes. I haven't dug into exactly what dependencies there might be.
| Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•