Igor wrote:
Rajendra Prasad Murakonda wrote:
/* void hello (in long p1); */
NS_IMETHOD Hello(PRInt32 p1) = 0;
So, how do I force it to generate correct one: hello() not Hello()?
The xpidl compiler capitalizes method names when generating C++ headers to
support existing C++ convention in Mozilla. But, it's better to use
interCaps style in your idl, so that you follow JavaScript convention(as you
will be calling those methods from JavaScript).
I'm using (planning to) xpcom in my own C++ appication and there is
already defined naming convention. Is there any way to disable this
"feature"?
No, there is not.
John.
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom