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

Core type.

This commit is contained in:
Alain Magloire 2002-11-22 16:31:36 +00:00
parent aab787f5aa
commit 81a37c9668

View file

@ -23,6 +23,7 @@ public interface IBinaryParser {
public int EXECUTABLE = 0x02;
public int SHARED = 0x04;
public int ARCHIVE = 0x08;
public int CORE = 0x10;
public IFile getFile();
public int getType();