10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
BrowserIntegration.h
1
#ifndef TENDUKE_OSA_BROWSERINTEGRATION_H
2
#define TENDUKE_OSA_BROWSERINTEGRATION_H
3
4
#include <string>
5
6
namespace
tenduke
{
namespace
osa {
7
11
class
BrowserIntegration
{
12
13
public
:
14
virtual
~BrowserIntegration
() =
default
;
15
20
virtual
void
openUrl
(
const
std::string &url)
const
= 0;
21
};
22
23
}}
24
25
#endif
//TENDUKE_OSA_BROWSERINTEGRATION_H
tenduke::osa::BrowserIntegration
Service for opening URL in a browser.
Definition
BrowserIntegration.h:11
tenduke::osa::BrowserIntegration::openUrl
virtual void openUrl(const std::string &url) const =0
Opens URL in a browser.
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
oidc
osbrowser
src
osa
BrowserIntegration.h
Generated by
1.9.8