PrivMX Endpoint v2.7.0
Loading...
Searching...
No Matches
Config.hpp
1#ifndef _PRIVMXLIB_ENDPOINT_CORE_CONFIG_HPP_
2#define _PRIVMXLIB_ENDPOINT_CORE_CONFIG_HPP_
3
4#include <string>
5
6namespace privmx {
7namespace endpoint {
8namespace core {
9
13class Config {
14public:
15
22 static void setCertsPath(const std::string& certsPath);
23};
24
25} // namespace core
26} // namespace endpoint
27} // namespace privmx
28
29#endif // _PRIVMXLIB_ENDPOINT_CORE_CONFIG_HPP_
Definition Config.hpp:13
static void setCertsPath(const std::string &certsPath)