1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Add dummy getToolBySuperClassId method

This commit is contained in:
Leo Treggiari 2005-11-13 23:33:25 +00:00
parent db0da96c2a
commit e0dddf16f8

View file

@ -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;