mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Add dummy getToolBySuperClassId method
This commit is contained in:
parent
db0da96c2a
commit
e0dddf16f8
1 changed files with 5 additions and 0 deletions
|
@ -122,6 +122,11 @@ public class TestToolchain extends HoldsOptions implements IToolChain {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ITool getToolBySuperClassId(String id) {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
public IToolChain getSuperClass() {
|
public IToolChain getSuperClass() {
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue