10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
osSpecificServices.h
1
#ifndef TENDUKE_OSA_OSSPECIFICSERVICES_H
2
#define TENDUKE_OSA_OSSPECIFICSERVICES_H
3
4
#include "BrowserIntegration.h"
5
#include "http/server/HTTPServerFactory.h"
6
7
#include <memory>
8
9
namespace
tenduke
{
namespace
osa
{
10
15
std::unique_ptr<tenduke::osa::BrowserIntegration>
createBrowser
();
16
21
std::unique_ptr<tenduke::http::server::HTTPServerFactory>
createHTTPServerFactory
(
const
std::shared_ptr<const ::tenduke::net::URLCodec> &urlCodec);
22
23
}}
24
25
#endif
//TENDUKE_OSA_OSSPECIFICSERVICES_H
tenduke::osa
Operating system abstraction.
Definition
win32_utils.h:7
tenduke::osa::createHTTPServerFactory
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
tenduke::osa::createBrowser
std::unique_ptr< tenduke::osa::BrowserIntegration > createBrowser()
Creates platform-specific browser-integration service.
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
oidc
osbrowser
src
osa
osSpecificServices.h
Generated by
1.17.0