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