| 11 | using namespace icinga; |
| 12 | |
| 13 | CommentsTable::CommentsTable() |
| 14 | { |
| 15 | AddColumns(this); |
| 16 | } |
| 17 | |
| 18 | void CommentsTable::AddColumns(Table *table, const String& prefix, |
| 19 | const Column::ObjectAccessor& objectAccessor) |
nothing calls this directly
no outgoing calls
no test coverage detected