223a224,277
> sc_trace(sc_trace_file *, const unsigned char &,
> const std::string &, int width)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const unsigned char *,
> const std::string &, int width)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const unsigned short &,
> const std::string &, int width)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const unsigned short *,
> const std::string &, int width)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const unsigned int &, const std::string &, int width)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const unsigned int *, const std::string &, int width)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const unsigned long &,
> const std::string &, int width)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_trace(sc_trace_file *, const unsigned long *,
> const std::string &, int width)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
324a379,385
> void
> sc_trace(sc_trace_file *, const unsigned int &,
> const std::string &, const char **enum_literals)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>