cleanup
This commit is contained in:
parent
8639538299
commit
a0f8685453
4 changed files with 11 additions and 8 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
namespace ZeroTier {
|
||||
|
||||
class One;
|
||||
class OneService;
|
||||
class Node;
|
||||
struct InetAddress;
|
||||
|
||||
|
@ -46,7 +46,7 @@ struct InetAddress;
|
|||
class ControlPlane
|
||||
{
|
||||
public:
|
||||
ControlPlane(One *svc,Node *n);
|
||||
ControlPlane(OneService *svc,Node *n);
|
||||
~ControlPlane();
|
||||
|
||||
/**
|
||||
|
@ -71,7 +71,7 @@ public:
|
|||
std::string &responseContentType);
|
||||
|
||||
private:
|
||||
One *const _svc;
|
||||
OneService *const _svc;
|
||||
Node *const _node;
|
||||
std::set<std::string> _authTokens;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue