Add a macro
This commit is contained in:
parent
7828dd11ad
commit
5b3049e854
|
@ -265,11 +265,13 @@ void HttpAppFrameworkImpl::run()
|
|||
|
||||
_running = true;
|
||||
|
||||
#if USE_ORM
|
||||
//Create db clients
|
||||
for (auto const &fun : _dbFuncs)
|
||||
{
|
||||
fun();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!_libFilePaths.empty())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue