Hi Michi,
Here are a few more minor corrections to the documentation. By the way, I got a sense of deja vu reading this document! The organization and some of the diagrams seemed really familiar, so I pulled out my copy of Adv. CORBA Programming with C++. Ice provides not only code reuse, but also documentation reuse!
I really have to thank you for writing that book. After seeing the nasty CORBA C++ mapping I ran shrieking in the opposite direction! Ice looks much nicer.
Corrections:
- TOC page numbers need to be regenerated
- Label the page numbers of the PDF (Document->Number Pages...) so you can go directly to a logical page number with the page number edit box at the bottom of the Acrobat Window.
- Section 19.4.1, page 479:
"So that the service manager to load it properly" --> "So that the service manager CAN load it properly"
- Section 14.5 Mutexes, page 301 (under the "lock" bullet):
"the calling threads has acquired" --> "the calling THREAD has acquired"
- Section 14.8 Timed Locks, page 313, first sentence:
"functions the operate" --> "functions THAT operate"
- Section 14.9 Monitors, page 316, first paragraph:
"when condition becomes true" --> "when A condition becomes true"
- Section 14.9 Monitors, page 317, first paragraph after code block:
"Note that Monitor is template class" --> "Note that Monitor is A template class"
- Section 14.9 Monitors, page 320, second paragraph after code block:
"template class with automatically locks" --> "template class WHICH automatically locks"
- Appedix D.1 Proxies, page 696, 3rd-to-last paragraph:
The first sentence is left incomplete. Looks like it's missing an XREF.
Ken Carpenter


Reply With Quote
