Closed
Bug 23738
Opened 25 years ago
Closed 23 years ago
|nsIPtr| is deprecated in favor of |nsCOMPtr|
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
VERIFIED
DUPLICATE
of bug 124744
Future
People
(Reporter: scc-obsolete, Assigned: dbaron)
Details
The |nsIPtr| is no longer supported. All remaining instances should be converted
to |nsCOMPtr|s.
Reporter | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M16
Reporter | ||
Comment 1•25 years ago
|
||
Fixing the build for AIX effectively removes all remaining mention of the
"nsIPtr.h" macros. Therefore, I'm marking this bug a duplicate.
*** This bug has been marked as a duplicate of 28114 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•23 years ago
|
||
Reopening since we should remove the last remaining #includes of this file and
cvs-remove it so nobody starts using it.
Status: VERIFIED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 4•23 years ago
|
||
Taking
Assignee: scc-obsolete → dbaron
Status: REOPENED → NEW
Target Milestone: M16 → mozilla0.9.7
Assignee | ||
Comment 5•23 years ago
|
||
If we want to keep the SizeTest* files, we could move nsIPtr.h to xpcom/tests/
and not export it. Do we still want those?
Comment 6•23 years ago
|
||
I don't really care. What are the SizeTest* files used for?
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → Future
Looks like a dup of bug 124744 which was just checked in
Assignee | ||
Comment 8•23 years ago
|
||
*** This bug has been marked as a duplicate of 124744 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → DUPLICATE
yeah sorry, i only do as i'm told
vrfy nsIPtr is no more
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•