mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 08:13:50 +02:00
documented api changes with inclusion of IProgressMonitor in SubSystem.list* apis
This commit is contained in:
parent
fe7ade9666
commit
7cc1112d10
1 changed files with 5 additions and 0 deletions
|
@ -101,6 +101,11 @@
|
||||||
implementations which still reside in the UI plugin (these will be moved
|
implementations which still reside in the UI plugin (these will be moved
|
||||||
to core eventually, too).
|
to core eventually, too).
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
</td></tr></tbody></table>
|
</td></tr></tbody></table>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue