Closed Bug 17206 Opened 25 years ago Closed 25 years ago

xpidl const decls are not case converted for C++.

Categories

(Core :: XPCOM, defect, P3)

x86
All
defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jband_mozilla, Assigned: mike+mozilla)

Details

We convert leader lower to leading upper case for attributes and function names
when generating C++ headers but not const declarations.

e.g.

 const long foo;
I don't think we should.  "Java style", which JS emulates, and which we happen
to use in C++ *for constants only* already, uses ALL_CAPS (with underscores b/t
words).  I don't think xpidl should convert fooBar into FOO_BAR or FooBar, so I
say "de minimus".  We've hacked our C++ bindings enough.

/be
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Roger, wilco.

Marking WONTFIX.
Component: xpidl → XPCOM
QA Contact: mike+mozilla → xpcom
You need to log in before you can comment on or make changes to this bug.