1
0
Fork 0
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:
Alain Magloire 2003-01-16 16:25:00 +00:00
parent e73cc5a376
commit a94f8e09ef

View file

@ -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.