| 14 | REGISTER_DBTYPE(Command, "command", DbObjectTypeCommand, "object_id", CommandDbObject); |
| 15 | |
| 16 | CommandDbObject::CommandDbObject(const DbType::Ptr& type, const String& name1, const String& name2) |
| 17 | : DbObject(type, name1, name2) |
| 18 | { } |
| 19 | |
| 20 | Dictionary::Ptr CommandDbObject::GetConfigFields() const |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected