PrivMX
DOCS
PrivMX Endpoint
v2.8.0
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
6
namespace
privmx {
7
namespace
endpoint {
8
namespace
core {
9
13
class
Config
{
14
public
:
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_
privmx::endpoint::core::Config
Definition
Config.hpp:13
privmx::endpoint::core::Config::setCertsPath
static void setCertsPath(const std::string &certsPath)
privmx
endpoint
core
Config.hpp