summaryrefslogtreecommitdiff
path: root/service/ControlPlane.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'service/ControlPlane.hpp')
-rw-r--r--service/ControlPlane.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/service/ControlPlane.hpp b/service/ControlPlane.hpp
index ec9b94d7..a1f743cb 100644
--- a/service/ControlPlane.hpp
+++ b/service/ControlPlane.hpp
@@ -40,8 +40,7 @@ struct InetAddress;
class ControlPlane
{
public:
- ControlPlane(OneService *svc,Node *n,const char *uiStaticPath);
- ~ControlPlane();
+ ControlPlane(OneService *svc,Node *n);
/**
* Set controller, which will be available under /controller
@@ -88,7 +87,6 @@ private:
OneService *const _svc;
Node *const _node;
EmbeddedNetworkController *_controller;
- std::string _uiStaticPath;
std::set<std::string> _authTokens;
Mutex _lock;
};