WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
dir.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3#include <spdlog/logger.h>
4#ifdef WEBCFACE_MESON
5#include "webcface-config.h"
6#else
7#include "webcface/common/webcface-config.h"
8#endif
9
11namespace server {
12std::string getStaticDir(const std::shared_ptr<spdlog::logger> &logger);
13std::string getTempDir(const std::shared_ptr<spdlog::logger> &logger);
14} // namespace server
std::string getStaticDir(const std::shared_ptr< spdlog::logger > &logger)
Definition dir.cc:58
std::string getTempDir(const std::shared_ptr< spdlog::logger > &logger)
Definition dir.cc:87
#define WEBCFACE_NS_END
Definition webcface-config.h:113
#define WEBCFACE_NS_BEGIN
Definition webcface-config.h:112