This repository has been archived on 2018-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
BBB-Simple-ACS/client/factory.cpp

6 lines
74 B
C++

#include "factory.hpp"
namespace acs
{
factory factory::singleton_;
}