mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
rename symbolsRead() to areSymbolsLoaded().
This commit is contained in:
parent
e73cc5a376
commit
a94f8e09ef
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public interface ICDISharedLibrary extends ICDIObject {
|
||||||
*
|
*
|
||||||
* @return whether the symbols of this library are read
|
* @return whether the symbols of this library are read
|
||||||
*/
|
*/
|
||||||
boolean symbolsRead();
|
boolean areSymbolsLoaded();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads the library symbols.
|
* Loads the library symbols.
|
||||||
|
|
Loading…
Add table
Reference in a new issue