1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Added the implementation of the 'terminate' method.

This commit is contained in:
Mikhail Khodjaiants 2002-08-15 23:08:59 +00:00
parent d4275caf8a
commit 660ff8e39d

View file

@ -621,7 +621,7 @@ public class CThread extends CDebugElement
*/
public boolean canTerminate()
{
return !isTerminated();
return getDebugTarget().canTerminate();
}
/* (non-Javadoc)