1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Remove addLibraryPath and getLibraryPaths() method

it was consider to be to gdb specific.
This commit is contained in:
Alain Magloire 2002-09-24 19:07:37 +00:00
parent e9d6f16904
commit 3c63ff5d56

View file

@ -27,18 +27,6 @@ public interface ICDISourceManager extends ICDISessionObject
*/
String[] getSourcePaths() throws CDIException;
/**
* Set the shared library search paths for the debu session.
* @param String
*/
void addLibraryPaths(String[] libPaths) throws CDIException;
/**
* Return the array of shared libraries search paths
* @return String array of search paths.
*/
String[] getLibraryPaths() throws CDIException;
/**
* Returns an array of directories. Returns the empty array
* if the source path is empty.