Remove Boost Link Dependency

This commit is contained in:
2019-04-26 11:56:54 +02:00
parent f1a134c8d6
commit f96a45e3a2
9 changed files with 157 additions and 296 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef UTIL_INIH_H
#define UTIL_INIH_H
#include "Libraries/INIh/INIReader.h"
namespace PresenceDetection {
namespace Util {
using ::INIReader;
} // namespace Util
} // namespace DomoticaServer
#endif // UTIL_INIH_H