1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

documented api changes with inclusion of IProgressMonitor in SubSystem.list* apis

This commit is contained in:
David McKnight 2006-10-23 13:43:56 +00:00
parent fe7ade9666
commit 7cc1112d10

View file

@ -101,6 +101,11 @@
implementations which still reside in the UI plugin (these will be moved
to core eventually, too).
</li>
<li><b>Renamed</b> the <b>RemoteProcessSubSystem</b> interface to <b>IRemoteProcessSubSystem</b> to conform with naming conventions.
</li>
<li><b>Added</b> IProgressMonitor parameter to the <b>IRemoteFileSubSystem</b> and <b>IRemoteProcessSubSystem</b> list APIs. Each of
these methods, such as listFiles(), now includes an IProgressMonitor as the last parameter.
</li>
</ul>
</td></tr></tbody></table>