mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
isReadOnly() always return true.
This commit is contained in:
parent
28d9063585
commit
47d57846c6
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ public class Archive extends Openable implements IArchive {
|
|||
return b;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.core.model.ICElement#isReadOnly()
|
||||
*/
|
||||
public boolean isReadOnly() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public CElementInfo createElementInfo() {
|
||||
return new ArchiveInfo(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue