35a36
> #include "systemc/ext/channel/messages.hh"
64c65
< reportError("(E110) insert port failed", "simulation running",
---
> reportError(SC_ID_INSERT_PORT_, "simulation running",
68c69
< reportError("(E110) insert port failed", "elaboration done",
---
> reportError(SC_ID_INSERT_PORT_, "elaboration done",
73,76c74,76
< if (!m) {
< reportError("(E100) port specified outside of module",
< nullptr, name(), kind());
< } else {
---
> if (!m)
> reportError(SC_ID_PORT_OUTSIDE_MODULE_, nullptr, name(), kind());
> else
78d77
< }