mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 00:35:49 +02:00
createMISignal()
This commit is contained in:
parent
64e3f488a4
commit
9755b0a988
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@ public class CommandFactory {
|
|||
return new MIHandle(arg);
|
||||
}
|
||||
|
||||
public MISignal createMISignal(String arg) {
|
||||
return new MISignal(arg);
|
||||
}
|
||||
|
||||
public MIPType createMIPType(String name) {
|
||||
return new MIPType(name);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue