diff options
Diffstat (limited to 'src/systemc/ext')
-rw-r--r-- | src/systemc/ext/core/sc_time.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemc/ext/core/sc_time.hh b/src/systemc/ext/core/sc_time.hh index d52ed8112..ff71d7055 100644 --- a/src/systemc/ext/core/sc_time.hh +++ b/src/systemc/ext/core/sc_time.hh @@ -55,6 +55,10 @@ class sc_time sc_time(double, sc_time_unit); sc_time(const sc_time &); + // Deprecated + sc_time(double, bool); + sc_time(sc_dt::uint64, bool); + sc_time &operator = (const sc_time &); sc_dt::uint64 value() const; |