| 15 | using namespace icinga; |
| 16 | |
| 17 | CommandsTable::CommandsTable() |
| 18 | { |
| 19 | AddColumns(this); |
| 20 | } |
| 21 | |
| 22 | void CommandsTable::AddColumns(Table *table, const String& prefix, |
| 23 | const Column::ObjectAccessor& objectAccessor) |
nothing calls this directly
no outgoing calls
no test coverage detected