1#ifndef TENDUKE_OSA_OSSPECIFICSERVICES_H
2#define TENDUKE_OSA_OSSPECIFICSERVICES_H
4#include "BrowserIntegration.h"
5#include "http/server/HTTPServerFactory.h"
9namespace tenduke {
namespace osa {
std::unique_ptr< tenduke::http::server::HTTPServerFactory > createHTTPServerFactory()
Creates platform-specific HTTP-server factory.
Definition osSpecificServices.cpp:8
std::unique_ptr< tenduke::osa::BrowserIntegration > createBrowser()
Creates platform-specific browser-integration service.
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4