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

add binarParserChanged() method

This commit is contained in:
Alain Magloire 2002-11-27 04:44:28 +00:00
parent f147765654
commit ef7b3fd532

View file

@ -95,6 +95,11 @@ public interface ICElementDelta {
*/
public int F_CLOSED = 0x0400;
/**
* Change in the binary Parser.
*/
public int F_BINARY_PARSER_CHANGED = 0x0800;
//public int F_ADDED_TO_CLASSPATH = 0x0040;
//public int F_REMOVED_FROM_CLASSPATH = 0x0080;
//public int F_CLASSPATH_REORDER = 0x0100;