| 305 | } |
| 306 | |
| 307 | void DbConnection::SetConfigHash(const DbObject::Ptr& dbobj, const String& hash) |
| 308 | { |
| 309 | SetConfigHash(dbobj->GetType(), GetObjectID(dbobj), hash); |
| 310 | } |
| 311 | |
| 312 | void DbConnection::SetConfigHash(const DbType::Ptr& type, const DbReference& objid, const String& hash) |
| 313 | { |