7 #include "CoralBase/AttributeListSpecification.h"
12 std::cout <<
"ERROR - The makePersistent() method you are calling is not implemented by the current class !" << std::endl;
17 std::cout <<
"ERROR - The makeTransient(const map<std::string, const CondAttrListCollection*>) method you are calling is not implemented by the current class !" << std::endl;
22 std::cout <<
"ERROR - The makeTransient(const map<std::string, const AthenaAttributeList*>) method you are calling is not implemented by the current class !" << std::endl;
33 coral::AttributeListSpecification* attrSpecification =
new coral::AttributeListSpecification();
39 attrSpecification->extend(it_name->second, it_type->second);
41 return attrSpecification;
53 std::cout <<
"ERROR - The clear() method you are calling is not implemented by the current class !" << std::endl;