Skip to content
Snippets Groups Projects
Commit 0ad66118 authored by Markus Frank's avatar Markus Frank
Browse files

Add missing symbol in DDCond

parent 5ba97809
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,11 @@ Property& ConditionsManager::operator[](const std::string& property_name) const
return access()->properties().property(property_name);
}
/// Access the conditions loader
Handle<ConditionsManager::Loader> ConditionsManager::loader() const {
return access()->loader();
}
/// Register new IOV type if it does not (yet) exist.
pair<bool, const IOVType*>
ConditionsManager::registerIOVType(size_t iov_type, const string& iov_name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment