mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Implementation fo createMIInfoSignals().
This commit is contained in:
parent
05e5d1a3c3
commit
92f138c807
1 changed files with 8 additions and 0 deletions
|
@ -269,6 +269,14 @@ public class CommandFactory {
|
|||
return new MIWhatis(name);
|
||||
}
|
||||
|
||||
public MIInfoSignals createMIInfoSignals() {
|
||||
return new MIInfoSignals();
|
||||
}
|
||||
|
||||
public MIInfoSignals createMIInfoSignals(String name) {
|
||||
return new MIInfoSignals(name);
|
||||
}
|
||||
|
||||
public MIPType createMIPType(String name) {
|
||||
return new MIPType(name);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue