mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Operation is readOnly
This commit is contained in:
parent
992e64134b
commit
c9c3c46bb9
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ public class PathEntryStoreChangedOperation extends CModelOperation {
|
||||||
super(cproject);
|
super(cproject);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see org.eclipse.cdt.internal.core.model.CModelOperation#isReadOnly()
|
||||||
|
*/
|
||||||
|
public boolean isReadOnly() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
protected void executeOperation() throws CModelException {
|
protected void executeOperation() throws CModelException {
|
||||||
PathEntryManager manager = PathEntryManager.getDefault();
|
PathEntryManager manager = PathEntryManager.getDefault();
|
||||||
ICProject cproject = (ICProject)getElementToProcess();
|
ICProject cproject = (ICProject)getElementToProcess();
|
||||||
|
|
Loading…
Add table
Reference in a new issue