sc_report_handler.cc (12902:1db5abf06c24) sc_report_handler.cc (12911:1cad71dac465)
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

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

156sc_actions
157sc_report_handler::force()
158{
159 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
160 return SC_UNSPECIFIED;
161}
162
163
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

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

156sc_actions
157sc_report_handler::force()
158{
159 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
160 return SC_UNSPECIFIED;
161}
162
163
164sc_actions
165sc_report_handler::set_catch_actions(sc_actions)
166{
167 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
168 return SC_UNSPECIFIED;
169}
170
171sc_actions
172sc_report_handler::get_catch_actions()
173{
174 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
175 return SC_UNSPECIFIED;
176}
177
178
164void
165sc_report_handler::set_handler(sc_report_handler_proc)
166{
167 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
168}
169
170void
171sc_report_handler::default_handler(const sc_report &, const sc_actions &)

--- 51 unchanged lines hidden ---
179void
180sc_report_handler::set_handler(sc_report_handler_proc)
181{
182 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
183}
184
185void
186sc_report_handler::default_handler(const sc_report &, const sc_actions &)

--- 51 unchanged lines hidden ---