From b2d048aa0e01a350eaf524cc752ca5fa9a5a1140 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 21 Jun 2016 07:32:58 -0700 Subject: Make Dictionary templatable so it can be used where we want a higher capacity. --- node/NetworkController.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node/NetworkController.hpp') diff --git a/node/NetworkController.hpp b/node/NetworkController.hpp index b91ada1b..fa90fb75 100644 --- a/node/NetworkController.hpp +++ b/node/NetworkController.hpp @@ -22,12 +22,12 @@ #include #include "Constants.hpp" +#include "Dictionary.hpp" +#include "NetworkConfig.hpp" namespace ZeroTier { class RuntimeEnvironment; -class NetworkConfig; -class Dictionary; class Identity; class Address; struct InetAddress; @@ -75,7 +75,7 @@ public: const Identity &signingId, const Identity &identity, uint64_t nwid, - const Dictionary &metaData, + const Dictionary &metaData, NetworkConfig &nc) = 0; }; -- cgit v1.2.3