summaryrefslogtreecommitdiff
path: root/src/systemc/ext/utils/sc_report.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/utils/sc_report.hh')
-rw-r--r--src/systemc/ext/utils/sc_report.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/systemc/ext/utils/sc_report.hh b/src/systemc/ext/utils/sc_report.hh
index 9ba2b334d..f0ed14fb2 100644
--- a/src/systemc/ext/utils/sc_report.hh
+++ b/src/systemc/ext/utils/sc_report.hh
@@ -74,6 +74,16 @@ class sc_report : public std::exception
const char *get_process_name() const;
virtual const char *what() const throw();
+
+ // Deprecated
+ static const char *get_message(int id);
+ static bool is_suppressed(int id);
+ static void make_warnings_errors(bool);
+ static void register_id(int id, const char *msg);
+ static void suppress_id(int id, bool); // Only for info or warning.
+ static void suppress_infos(bool);
+ static void suppress_warnings(bool);
+ int get_id() const;
};
// A non-standard function the Accellera datatypes rely on.