summaryrefslogtreecommitdiff
path: root/src/systemc/core/event.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/core/event.hh')
-rw-r--r--src/systemc/core/event.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/core/event.hh b/src/systemc/core/event.hh
index 532d98343..75687729f 100644
--- a/src/systemc/core/event.hh
+++ b/src/systemc/core/event.hh
@@ -82,6 +82,7 @@ class Event
{
notify(sc_core::sc_time(d, u));
}
+ void notifyDelayed(const sc_core::sc_time &t);
void cancel();
bool triggered() const;