1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Remove getSharedLibraries

This commit is contained in:
Alain Magloire 2003-02-12 19:40:15 +00:00
parent 802bd93c70
commit a4a6fa99d5

View file

@ -33,16 +33,6 @@ public interface ICDITarget extends ICDIObject {
*/
Process getProcess();
/**
* Returns the shared libraries loaded in this target.
* An empty collection is returned if no shared libraries
* are loaded in this target.
*
* @return a collection of shared libraries
* @throws CDIException if this method fails. Reasons include:
*/
ICDISharedLibrary[] getSharedLibraries() throws CDIException;
/**
* Returns the threads contained in this target.
* An empty collection is returned if this target contains no