From a94f8e09ef308dab8c358bed16b14a8630b59815 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 16 Jan 2003 16:25:00 +0000 Subject: [PATCH] rename symbolsRead() to areSymbolsLoaded(). --- .../org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java index 0659f27e559..0775e4ac66f 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java @@ -41,7 +41,7 @@ public interface ICDISharedLibrary extends ICDIObject { * * @return whether the symbols of this library are read */ - boolean symbolsRead(); + boolean areSymbolsLoaded(); /** * Loads the library symbols.