| 1951 | } |
| 1952 | |
| 1953 | void ASConsole::printMsg(const char* msg, const string &data) const |
| 1954 | { |
| 1955 | if (isQuiet) |
| 1956 | return; |
| 1957 | printf(msg, data.c_str()); |
| 1958 | } |
| 1959 | |
| 1960 | void ASConsole::printSeparatingLine() const |
| 1961 | { |
nothing calls this directly
no outgoing calls
no test coverage detected