1#ifndef TENDUKE_OSA_UNX_UNIXBROWSERINTEGRATION_H
2#define TENDUKE_OSA_UNX_UNIXBROWSERINTEGRATION_H
4#include "osa/BrowserIntegration.h"
6namespace tenduke {
namespace osa {
namespace unx {
14 void openUrl(
const std::string &url)
const override;
Service for opening URL in a browser.
Definition BrowserIntegration.h:11
Unix-specific implementation of tenduke::osa::BrowserIntegration.
Definition UnixBrowserIntegration.h:12
void openUrl(const std::string &url) const override
Opens URL in a browser.
Definition UnixBrowserIntegration.cpp:7
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4