#pragma once #include namespace trygvis { namespace diller { using std::string; string diller_topic_for_property_value(const string &device, const string &property); string diller_topic_for_property_name(const string &device, const string &property); }; // namespace diller }; // namespace trygvis