Requesting code review at http://cr.opensolaris.org/~wmsch/bug-910/
This change reflects a design change in Caiman generation of GUI progress messages. Currently, the messages are generated in the GUI, and the progress bar is governed by the GUI, so that if any back-end module wants to display messages, changes in GUI code must be made. This code supports the Transfer Module generating the progress status text as well as the percentage completion. It works with other code already in TM which calls a callback routine supplied to TM_perform_transfer(). The code that was removed read progress info (in a separate thread) from a file written to by TM. This code effects the callback for the progress update messages directly. Localization of TM messages is missing from this code. This needs to be provided eventually. http://defect.opensolaris.org/bz/show_bug.cgi?id=910 William
