sc_report_handler.cc (12852:300397457d0b) sc_report_handler.cc (12902:1db5abf06c24)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 33 unchanged lines hidden (view full) ---

42
43void
44sc_report_handler::report(sc_severity, const char *msg_type, const char *msg,
45 int verbosity, const char *file, int line)
46{
47 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
48}
49
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 33 unchanged lines hidden (view full) ---

42
43void
44sc_report_handler::report(sc_severity, const char *msg_type, const char *msg,
45 int verbosity, const char *file, int line)
46{
47 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
48}
49
50void
51sc_report_handler::report(sc_severity, int id, const char *msg,
52 const char *file, int line)
53{
54 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
55}
56
50sc_actions
51sc_report_handler::set_actions(sc_severity, sc_actions)
52{
53 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
54 return SC_UNSPECIFIED;
55}
56
57sc_actions

--- 158 unchanged lines hidden ---
57sc_actions
58sc_report_handler::set_actions(sc_severity, sc_actions)
59{
60 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
61 return SC_UNSPECIFIED;
62}
63
64sc_actions

--- 158 unchanged lines hidden ---