diff options
Diffstat (limited to 'src/systemc/ext')
-rw-r--r-- | src/systemc/ext/utils/sc_exception.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/systemc/ext/utils/sc_exception.hh b/src/systemc/ext/utils/sc_exception.hh index 3bd8fb0f1..8e02ea913 100644 --- a/src/systemc/ext/utils/sc_exception.hh +++ b/src/systemc/ext/utils/sc_exception.hh @@ -37,6 +37,14 @@ namespace sc_core typedef std::exception sc_exception; +// Nonstandard +class sc_user +{ + public: + sc_user() {} + sc_user(const sc_user &) {} +}; + } // namespace sc_core #endif //__SYSTEMC_EXT_UTIL_SC_EXCEPTION_HH__ |