summaryrefslogtreecommitdiff
path: root/node/RuntimeEnvironment.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-18 18:28:14 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-18 18:28:14 -0700
commitd9abd4d9be7b160b531a995a20c91d430768fc72 (patch)
treeee632e3a61faf6d70c7aa0046a7f1eaeae8aca3f /node/RuntimeEnvironment.hpp
parentd37c3ad30f23f4c2dda23dfac6852dddde6af18d (diff)
downloadinfinitytier-d9abd4d9be7b160b531a995a20c91d430768fc72.tar.gz
infinitytier-d9abd4d9be7b160b531a995a20c91d430768fc72.zip
Work on defining new direct broadcast multicast algorithm.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
-rw-r--r--node/RuntimeEnvironment.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp
index 767dd564..83932bc6 100644
--- a/node/RuntimeEnvironment.hpp
+++ b/node/RuntimeEnvironment.hpp
@@ -42,7 +42,6 @@ class Topology;
class CMWC4096;
class Service;
class Node;
-class Multicaster;
class SoftwareUpdater;
class SocketManager;
class AntiRecursion;
@@ -79,7 +78,6 @@ public:
prng((CMWC4096 *)0),
http((HttpClient *)0),
antiRec((AntiRecursion *)0),
- mc((Multicaster *)0),
sw((Switch *)0),
sm((SocketManager *)0),
topology((Topology *)0),
@@ -129,7 +127,6 @@ public:
CMWC4096 *prng;
HttpClient *http;
AntiRecursion *antiRec;
- Multicaster *mc;
Switch *sw;
SocketManager *sm;
Topology *topology;