1
0
Fork 0
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:
Alain Magloire 2003-02-03 22:26:40 +00:00
parent 1620fd666d
commit 5ed8fb7f14

View file

@ -69,7 +69,7 @@ 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() { public void signal() throws CDIException {
mgr.signal(); mgr.signal(this);
} }
} }