mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
signal method should throw exception.
This commit is contained in:
parent
d87cffe93a
commit
bcbe3e38d9
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
package org.eclipse.cdt.debug.core.cdi.model;
|
package org.eclipse.cdt.debug.core.cdi.model;
|
||||||
|
|
||||||
|
import org.eclipse.cdt.debug.core.cdi.CDIException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Represents a signal.
|
* Represents a signal.
|
||||||
|
@ -49,5 +51,5 @@ public interface ICDISignal extends ICDIObject {
|
||||||
*
|
*
|
||||||
* Method signal.
|
* Method signal.
|
||||||
*/
|
*/
|
||||||
void signal();
|
void signal() throws CDIException ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue