10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
WindowsBrowserIntegration.h
1
#ifndef TENDUKE_OSA_WIN_WINDOWSBROWSERINTEGRATION_H
2
#define TENDUKE_OSA_WIN_WINDOWSBROWSERINTEGRATION_H
3
4
#include "osa/BrowserIntegration.h"
5
6
namespace
tenduke
{
namespace
osa
{
namespace
win {
7
11
class
WindowsBrowserIntegration
:
public
tenduke::osa::BrowserIntegration
12
{
13
public
:
14
void
openUrl
(
const
std::string &url)
const override
;
15
};
16
17
}}}
18
19
#endif
//TENDUKE_OSA_WIN_WINDOWSBROWSERINTEGRATION_H
tenduke::osa::BrowserIntegration
Service for opening URL in a browser.
Definition
BrowserIntegration.h:11
tenduke::osa::win::WindowsBrowserIntegration
Windows-specific implementation of tenduke::osa::BrowserIntegration.
Definition
WindowsBrowserIntegration.h:12
tenduke::osa::win::WindowsBrowserIntegration::openUrl
void openUrl(const std::string &url) const override
Opens URL in a browser.
Definition
WindowsBrowserIntegration.cpp:8
tenduke::osa
Operating system abstraction.
Definition
win32_utils.h:7
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
oidc
osbrowser
src
osa
win
WindowsBrowserIntegration.h
Generated by
1.17.0