Archived

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

Some errors?

hi, there,
I have read the Connections issue 4. In the page 2, the slice of interface ChatRoomParticipant shows
bool invite(string user)
but in the page 6, when the "ami" metadata dirctive is added, the return value "bool" is changed to "void".This seems to be a tiny error since " void ice_response(bool) "
is generated. I am not very sure about it.

BTW: in the left column of page 7, is the "ChatParticipantI " identical with the "ChatRoomParticipant" in the right column?


Best regards ---OrNot

Comments

  • matthew
    matthew NL, Canada
    Thanks for the report.

    The invite method in the interfaces should always return a bool to report whether the invitation was accepted or rejected.

    The ChatParticipantI should have been ChatRoomParticipantI.

    The .pdf will be updated on the our web server to reflect these changes.

    Best Regards, Matthew
  • hi,Matthew,
    Isn't there demo project about Connections #4?
  • matthew
    matthew NL, Canada
    Yes, its available here http://www.zeroc.com/newsletter/index.html

    Matthew
  • hi,Matthew,
    The last line of the left column on page 11 said: see figure 2. But I can not find this figure. Does it mean the figure 2 on page 3 ?


    OrNot
  • matthew
    matthew NL, Canada
    No, figure 2 seems to have disappeared! I'll take a look at this, and post an updated newsletter later.

    Matthew
  • matthew
    matthew NL, Canada
    matthew wrote:
    No, figure 2 seems to have disappeared! I'll take a look at this, and post an updated newsletter later.

    Matthew

    Updated newsletter posted.

    Matthew