summaryrefslogtreecommitdiffstats
path: root/mmss/node.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-29 21:00:11 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-29 21:00:11 +0200
commit1ff55d4c9acb9e1688bf76f12ae5ae26027ce113 (patch)
treef2181f8b1d558cd8dd34ccb1ad4306aae5391c01 /mmss/node.hpp
parentb15c16f12ca6838e5ebefc80c11dcf7933bce8bc (diff)
downloadgmrf-1ff55d4c9acb9e1688bf76f12ae5ae26027ce113.tar
gmrf-1ff55d4c9acb9e1688bf76f12ae5ae26027ce113.zip
Implement simple packet loss simulation
Diffstat (limited to 'mmss/node.hpp')
-rw-r--r--mmss/node.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/mmss/node.hpp b/mmss/node.hpp
index 1243c14..feb20c2 100644
--- a/mmss/node.hpp
+++ b/mmss/node.hpp
@@ -38,9 +38,6 @@ namespace MMSS {
class node_t : public ::gmrf, public std::enable_shared_from_this<node_t>, public nocopy_t {
private:
- node_t(node_t const&) = delete;
- node_t& operator=(node_t const&) = delete;
-
context_t *mmss;
std::string name;