Knut P

Results 11 comments of Knut P

We used to have a typedef in a module: ``` module Core { typedef short int16; }; ``` Now we have to escape it like this: ``` module Core {...

I've also noticed that ACE & TAO produces (a lot of) compiler warnings. What is the policy on this?

@jwillemsen: could you have a look at my PR? For later reference, how do I add reviewers to my PRs? Is it correct to tag/mention someone, or will eventually somebody...

My company have earlier paid OCI for support, for new features and/or bug fixes. And we will do that again if needed. But for the "software gardening" PRs I've contributed...

As an example: The file ``TAO/tao/IFR_Client/IFR_ExtendedS.h`` is generated from TAO/tao/IFR_Client/IFR_Extended.pidl. I want the generated code to include a reference to ``IFR_Extended.pidl``. We could use the doxygen ``@file`` (or ``\file``) tag...

Yes it is. But I don't want to refer to the current file, I want to refer to the **source** IDL file.

> Could this info be under a configuration condition? So, if not set no comments will be generated to trace and debug this info? My, although small, issue with it...

> Removing virtual could mean you have to change the indent of multiple lines when the declaration is using multiple lines, all together a lot of work for a simple...

Still not finished. Trying to fix even more