236a237,250
> const std::string
> sc_report_compose_message(const sc_report &)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return "";
> }
>
> bool
> sc_report_close_default_log()
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return false;
> }
>