mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
New method createMIHandle().
This commit is contained in:
parent
6b7bf3c275
commit
d32afc9610
1 changed files with 4 additions and 0 deletions
|
@ -277,6 +277,10 @@ public class CommandFactory {
|
|||
return new MIInfoSignals(name);
|
||||
}
|
||||
|
||||
public MIHandle createMIHandle(String arg) {
|
||||
return new MIHandle(arg);
|
||||
}
|
||||
|
||||
public MIPType createMIPType(String name) {
|
||||
return new MIPType(name);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue