fixed retroshare_service with embedded webui

This commit is contained in:
csoler 2019-11-17 22:01:49 +01:00
parent 2123ad7645
commit 997501a24d
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
8 changed files with 66 additions and 35 deletions

View file

@ -22,6 +22,8 @@
#include <string>
class p3ConfigMgr;
class RsJsonAPI
{
public:
@ -40,6 +42,8 @@ public:
virtual void setBindingAddress(const std::string& address) =0;
virtual void setListeningPort(uint16_t port) =0;
virtual void connectToConfigManager(p3ConfigMgr *cfgmgr)=0;
/**
* @brief Get status of the json api server
* @jsonapi{development}