mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
add binarParserChanged() method
This commit is contained in:
parent
f147765654
commit
ef7b3fd532
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ public interface ICElementDelta {
|
||||||
*/
|
*/
|
||||||
public int F_CLOSED = 0x0400;
|
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_ADDED_TO_CLASSPATH = 0x0040;
|
||||||
//public int F_REMOVED_FROM_CLASSPATH = 0x0080;
|
//public int F_REMOVED_FROM_CLASSPATH = 0x0080;
|
||||||
//public int F_CLASSPATH_REORDER = 0x0100;
|
//public int F_CLASSPATH_REORDER = 0x0100;
|
||||||
|
|
Loading…
Add table
Reference in a new issue