1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

new method MIInfoThreads.

This commit is contained in:
Alain Magloire 2002-08-30 04:59:37 +00:00
parent 488f8d814c
commit 25567bf360

View file

@ -215,6 +215,10 @@ public class CommandFactory {
return new MIThreadListIds();
}
public MIInfoThreads createMIInfoThreads() {
return new MIInfoThreads();
}
public MIThreadSelect createMIThreadSelect(int threadNum) {
return new MIThreadSelect(threadNum);
}