1#ifndef TENDUKE_OSA_OSSPECIFICSERVICES_H
2#define TENDUKE_OSA_OSSPECIFICSERVICES_H
4#include "BrowserIntegration.h"
5#include "http/server/HTTPServerFactory.h"
21std::unique_ptr<tenduke::http::server::HTTPServerFactory>
createHTTPServerFactory(
const std::shared_ptr<const ::tenduke::net::URLCodec> &urlCodec);
Operating system abstraction.
Definition AbstractBaseSocket.h:22
std::unique_ptr< tenduke::http::server::HTTPServerFactory > createHTTPServerFactory(const std::shared_ptr< const ::tenduke::net::URLCodec > &urlCodec)
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 AbstractClientFactory.h:16