Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/10831

Change subject: systemc: Add a stubbed out sc_event_finder class.
......................................................................

systemc: Add a stubbed out sc_event_finder class.

The standard defines this class very loosely, and so there isn't much
in the stub definition.

Change-Id: I2f8d07927a4eb087235e345a09d5a4d4891413b5
---
M src/systemc/sc_event.hh
1 file changed, 12 insertions(+), 0 deletions(-)



diff --git a/src/systemc/sc_event.hh b/src/systemc/sc_event.hh
index 0da36f2..002674f 100644
--- a/src/systemc/sc_event.hh
+++ b/src/systemc/sc_event.hh
@@ -43,6 +43,18 @@
 class sc_object;
 class sc_port_base;

+class sc_event_finder
+{
+};
+
+template <class IF>
+class sc_event_finder_t : public sc_event_finder
+{
+  public:
+    sc_event_finder_t(const sc_port_base &,
+                      const sc_event & (IF::*event_method)() const);
+};
+
 class sc_event_and_list
 {
   public:

--
To view, visit https://gem5-review.googlesource.com/10831
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I2f8d07927a4eb087235e345a09d5a4d4891413b5
Gerrit-Change-Number: 10831
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to