Closed
Bug 419584
Opened 17 years ago
Closed 17 years ago
nsVariant.h should use nsStringGlue.h instead of nsStringFwd.h
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: prasad, Assigned: prasad)
References
Details
Attachments
(1 file)
920 bytes,
patch
|
benjamin
:
review-
|
Details | Diff | Splinter Review |
nsVariant.h currently uses nsStringFwd.h. Instead it should use nsStringGlue.h
nsVariant is used the property bags that let us maintain the undo stack for mailnews. There does not seem to be any other alternative to changing this to use nsStringGlue
Attachment #305693 -
Flags: review?(benjamin)
Comment 1•17 years ago
|
||
Comment on attachment 305693 [details] [diff] [review]
nsVariant uses nsStringGlue.h
nsVariant is not an acceptable candidate to become glue code. You should use variants via createinstance/nsIVariant if necessary.
Attachment #305693 -
Flags: review?(benjamin) → review-
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•