1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 01:05:38 +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(); return new MIThreadListIds();
} }
public MIInfoThreads createMIInfoThreads() {
return new MIInfoThreads();
}
public MIThreadSelect createMIThreadSelect(int threadNum) { public MIThreadSelect createMIThreadSelect(int threadNum) {
return new MIThreadSelect(threadNum); return new MIThreadSelect(threadNum);
} }