Closed
Bug 456489
Opened 16 years ago
Closed 16 years ago
WinCE Compiler keyword interface used in mozStorageRow.cpp
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
ARM
Windows Mobile 6 Professional
Tracking
()
RESOLVED
FIXED
People
(Reporter: wolfe, Assigned: wolfe)
References
Details
(Keywords: mobile)
Attachments
(1 file, 1 obsolete file)
496 bytes,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
Need to use a different local variable name than "interface" - which causes the Microsoft compiler to produce errors.
Attachment #339887 -
Flags: review?(doug.turner)
Updated•16 years ago
|
Component: General → Storage
Product: Fennec → Toolkit
QA Contact: general → storage
Comment 1•16 years ago
|
||
Comment on attachment 339887 [details] [diff] [review]
Change the local variable 'interface' to 'interface_iid'
r=sdwilsh as long as you change the variable name to either interfaceIID or just iid.
Attachment #339887 -
Flags: review?(doug.turner) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Change the local variable 'interface' to 'interfaceIID', as per Shawn's request
Otherwise, the patch is the same as previously.
Attachment #339887 -
Attachment is obsolete: true
Attachment #339901 -
Flags: review?(sdwilsh)
Comment 3•16 years ago
|
||
This bug is a slippery slope! Please, let's fix this a different way (or try to)
Comment 4•16 years ago
|
||
"interface" is a compiler define, not a keyword. Let's just try to #undef it in the IDL.
Comment 5•16 years ago
|
||
Comment on attachment 339901 [details] [diff] [review]
Change the local variable 'interface' to 'interfaceIID'
For future reference, if someone says r=them with comments, you don't have to ask for review again.
r=sdwilsh
(In reply to comment #4)
> "interface" is a compiler define, not a keyword. Let's just try to #undef it in
> the IDL.
It's OK since the new name is more accurate anyway.
Attachment #339901 -
Flags: review?(sdwilsh) → review+
Updated•16 years ago
|
Assignee: nobody → wolfe
Comment 6•16 years ago
|
||
checked in on Tue Sep 23 21:10:58 2008 -0700
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•3 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•