223a224,247
> sc_trace(sc_trace_file *, const sc_event &, const std::string &)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const sc_event *, const std::string &)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const sc_time &, const std::string &)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const sc_time *, const std::string &)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void