diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 11:47:22 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 11:47:22 -0800 |
| commit | 56cfe1d603104784ec40d94d8ac689391ef2e0eb (patch) | |
| tree | 2a62a6b94e2a0702f3ecb373cbc4b9d5d2870a2d /node/RuntimeEnvironment.hpp | |
| parent | 95e303d6f316e4a929d119a4255c79cca5a8a6e6 (diff) | |
| download | infinitytier-56cfe1d603104784ec40d94d8ac689391ef2e0eb.tar.gz infinitytier-56cfe1d603104784ec40d94d8ac689391ef2e0eb.zip | |
Strip out old Service code, add new service message type.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
| -rw-r--r-- | node/RuntimeEnvironment.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index 360524b9..68f61143 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -40,7 +40,6 @@ class Logger; class Switch; class Topology; class CMWC4096; -class Service; class Node; class SoftwareUpdater; class SocketManager; @@ -85,9 +84,6 @@ public: nc((NodeConfig *)0), node((Node *)0), updater((SoftwareUpdater *)0) -#ifndef __WINDOWS__ - ,netconfService((Service *)0) -#endif { } @@ -133,9 +129,6 @@ public: NodeConfig *nc; Node *node; SoftwareUpdater *updater; // null if software updates are not enabled -#ifndef __WINDOWS__ - Service *netconfService; // null if no netconf service running -#endif }; } // namespace ZeroTier |
