10 lines
151 B
C++
10 lines
151 B
C++
#include "bf.interface.h"
|
|
|
|
BF_Interface::~BF_Interface()
|
|
{
|
|
}
|
|
|
|
void BF_Interface::setConfig(std::shared_ptr<BF_Config> config)
|
|
{
|
|
config_ = config;
|
|
} |