Results 1 to 4 of 4

Thread: Inconsistency in documentation?

  1. #1
    Pompei2 is offline Registered User
    Name: Lucas Beyer
    Organization: none (student)
    Project: Arkana-FTS, an open-source Real Time Strategy game
    Join Date
    Aug 2009
    Posts
    22

    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.

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    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.

  3. #3
    Pompei2 is offline Registered User
    Name: Lucas Beyer
    Organization: none (student)
    Project: Arkana-FTS, an open-source Real Time Strategy game
    Join Date
    Aug 2009
    Posts
    22
    Hello,

    one more:
    Server-side implementation, sample code:

    Code:
    The server’s main function starts the reaper thread and instantiates the cart factory:
    ReapThreadPtr reaper = new ReapThread();
    CartFactor factory = new CartFactoryI(reaper);
    reaper‑>start();
    adapter‑>add(factory,
                 Ice::stringToIdentity(CartFactory));
    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.

  4. #4
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    Yes, that's a typo, thanks for that!

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Documentation
    By ChrisC in forum Comments
    Replies: 8
    Last Post: 03-04-2011, 06:01 AM
  2. ICE::Byte Range inconsistency
    By moshehak in forum Bug Reports
    Replies: 1
    Last Post: 09-29-2009, 07:57 AM
  3. Documentation
    By titus in forum Comments
    Replies: 5
    Last Post: 11-28-2007, 09:39 PM
  4. Ice documentation
    By catalin in forum Help Center
    Replies: 5
    Last Post: 04-04-2004, 05:13 PM
  5. Facet documentation?
    By brian in forum Help Center
    Replies: 2
    Last Post: 10-21-2003, 10:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •