sc_report_handler.cc (12911:1cad71dac465) sc_report_handler.cc (12921:51212996643f)
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

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

229}
230
231void
232sc_stop_here(const char *msg_type, sc_severity)
233{
234 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
235}
236
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

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

229}
230
231void
232sc_stop_here(const char *msg_type, sc_severity)
233{
234 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
235}
236
237const std::string
238sc_report_compose_message(const sc_report &)
239{
240 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
241 return "";
242}
243
244bool
245sc_report_close_default_log()
246{
247 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
248 return false;
249}
250
237} // namespace sc_core
251} // namespace sc_core