Archived

This forum has been archived. Please start a new discussion on GitHub.

Inconsistency in documentation?

Hello,

I think I found an inconsistency in the documentation. It says about a few Ice::Service methods that they are const (the logging methods), while they don't seem to be const in my Ice distribution (3.3.1)

Not that terrible, just wanted to point it out.

Comments

  • Thanks a lot for letting us know, and I appreciate your attention to detail. Even minor inconsistencies in the manual matter, and we definitely want to weed them out, no matter how minor.

    I'll make sure that documentation and code are in agreement with each other for the next release :-)

    Cheers,

    Michi.
  • Hello,

    one more:
    Server-side implementation, sample code:
    The server’s main function starts the reaper thread and instantiates the cart factory:
    ReapThreadPtr reaper = new ReapThread();
    [COLOR="Red"]CartFactor[/COLOR] factory = new CartFactoryI(reaper);
    reaper‑>start();
    adapter‑>add(factory,
                 Ice::stringToIdentity[COLOR="Red"](CartFactory)[/COLOR]);
    adapter‑>activate();
    

    I highlighted the part that I think is a typo. The second one, I think there are " missing to make it a string, right?

    Please, note that I don't want to be arrogant or whatever. I think your documentation is great and these are just little details I want to notice you about, so I feel at least a little useful :)

    Regards.
  • Yes, that's a typo, thanks for that!

    Cheers,

    Michi.