Archived

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

Ice 2.1.0 manual

In Section 33.8.1, page 869, in the C++ code snippet:
I believe the adapter->add(...) line should assign the return value to proxy.

Comments

  • bernard
    bernard Jupiter, FL
    'proxy' represents a proxy to the server object; you eventually call addClient() on this proxy.

    The proxy returned by adapter->add() is the same as the one returned by createProxy (discussed later in section 33.7.1) and is not useful.

    We will clarify this paragraph in the next revision of the documentation.

    Cheers,
    Bernard