PrivMX Endpoint v2.8.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:
21 static void setCertsPath(const std::string& certsPath);
22};
23
24} // namespace core
25} // namespace endpoint
26} // namespace privmx
27
28#endif // _PRIVMXLIB_ENDPOINT_CORE_CONFIG_HPP_
Definition Config.hpp:13
static void setCertsPath(const std::string &certsPath)