mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
signal calls target.signal().
This commit is contained in:
parent
d728f602d0
commit
af8b2f11ef
1 changed files with 1 additions and 1 deletions
|
@ -70,6 +70,6 @@ public class Signal extends CObject implements ICDISignal {
|
||||||
* Continue program giving it signal specified by the argument.
|
* Continue program giving it signal specified by the argument.
|
||||||
*/
|
*/
|
||||||
public void signal() throws CDIException {
|
public void signal() throws CDIException {
|
||||||
mgr.signal(this);
|
getTarget().signal(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue