1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

New method setSymbolsRead().

This commit is contained in:
Alain Magloire 2003-02-03 18:48:46 +00:00
parent dee0af9e88
commit 729b9c7022

View file

@ -37,4 +37,9 @@ public class MIShared {
public String getName() {
return name;
}
public void setSymbolsRead(boolean read) {
isread = read;
}
}