#include "bf.interface.h" BF_Interface::~BF_Interface() { } void BF_Interface::setConfig(std::shared_ptr config) { config_ = config; }