| 1958 | } |
| 1959 | |
| 1960 | void ASConsole::printSeparatingLine() const |
| 1961 | { |
| 1962 | string line; |
| 1963 | for (size_t i = 0; i < 60; i++) |
| 1964 | line.append("-"); |
| 1965 | printMsg("%s\n", line); |
| 1966 | } |
| 1967 | |
| 1968 | void ASConsole::printVerboseHeader() const |
| 1969 | { |
nothing calls this directly
no outgoing calls
no test coverage detected