PrivMX
DOCS
PrivMX Endpoint
v2.7.0
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
6
namespace
privmx {
7
namespace
endpoint {
8
namespace
core {
9
13
class
Config
{
14
public
:
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_
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