Archived

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

Icebook p.854

Hi,

There is a small mistake in the example code in the Ice-book on page 854.
string fooFacet = foo->ice_getFacet();
string fooPFacet = foo->ice_getFacet();

Should be:
string fooFacet = foo->ice_getFacet();
string fooPFacet = foo[b]P[/b]->ice_getFacet();


Greetz,
Steven

Comments

  • mes
    mes California
    Thanks Steven, this will be corrected in the next release.

    Take care,
    - Mark
  • Icebook p.996

    p. 996:
    Replication in Ice in based on...
    

    Should be:
    Replication in Ice [b]is[/b] based on...
    


    Greetz,
    Steven