blob: 41f135da38e52efd1925692f37f4ea51a684d0b6 [file] [log] [blame]
#include "association_manager.hpp"
namespace phosphor
{
namespace inventory
{
namespace manager
{
namespace associations
{
Manager::Manager(sdbusplus::bus::bus& bus, const std::string& jsonPath) :
_bus(bus), _jsonFile(jsonPath)
{
}
void Manager::createAssociations(const std::string& objectPath)
{
// TODO
}
} // namespace associations
} // namespace manager
} // namespace inventory
} // namespace phosphor