1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 03:45:35 +02:00

add isCore().

This commit is contained in:
Alain Magloire 2002-11-22 16:31:19 +00:00
parent 6eda5dd984
commit aab787f5aa

View file

@ -20,6 +20,8 @@ public interface IBinary extends ICFile {
public boolean isObject();
public boolean isSharedLib();
public boolean isCore();
public String [] getNeededSharedLibs();