common ReadI2CPOptions

This commit is contained in:
orignal 2016-01-15 12:24:40 -05:00
parent c8c2c4d376
commit 13ffdc6dd2
2 changed files with 23 additions and 11 deletions

View file

@ -60,7 +60,11 @@ namespace client
private:
void ReadTunnels ();
template<typename Section, typename Type>
std::string GetI2CPOption (const Section& section, const std::string& name, const Type& value) const;
template<typename Section>
void ReadI2CPOptions (const Section& section, std::map<std::string, std::string>& options) const;
private:
std::mutex m_DestinationsMutex;