summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_object.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/core/sc_object.hh')
-rw-r--r--src/systemc/ext/core/sc_object.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/systemc/ext/core/sc_object.hh b/src/systemc/ext/core/sc_object.hh
index 0e975814f..653df874e 100644
--- a/src/systemc/ext/core/sc_object.hh
+++ b/src/systemc/ext/core/sc_object.hh
@@ -40,6 +40,7 @@ namespace sc_core
class sc_event;
class sc_attr_base;
class sc_attr_cltn;
+class sc_simcontext;
class sc_object
{
@@ -64,6 +65,10 @@ class sc_object
sc_attr_cltn &attr_cltn();
const sc_attr_cltn &attr_cltn() const;
+ // Deprecated
+ sc_simcontext *
+ simcontext() const;
+
protected:
sc_object();
sc_object(const char *);