| 25 | } |
| 26 | |
| 27 | EndpointDbObject::EndpointDbObject(const DbType::Ptr& type, const String& name1, const String& name2) |
| 28 | : DbObject(type, name1, name2) |
| 29 | { } |
| 30 | |
| 31 | Dictionary::Ptr EndpointDbObject::GetConfigFields() const |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected