summaryrefslogtreecommitdiffstats
path: root/mmss/context.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 23:38:38 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 23:38:38 +0200
commitaced19e374789be28eace052a4bf078afa41315f (patch)
tree56867460ddae82a04ec7f3c3b567d390e24d1de8 /mmss/context.hpp
parent0b696dafb3c8a6efebeaceab64fbdebdb399f7b4 (diff)
downloadgmrf-aced19e374789be28eace052a4bf078afa41315f.tar
gmrf-aced19e374789be28eace052a4bf078afa41315f.zip
More encapsulation
Diffstat (limited to 'mmss/context.hpp')
-rw-r--r--mmss/context.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmss/context.hpp b/mmss/context.hpp
index e5e15f1..8282c77 100644
--- a/mmss/context.hpp
+++ b/mmss/context.hpp
@@ -36,7 +36,7 @@
namespace MMSS {
-class context_t : public now_t {
+class context_t : public now_t, public nocopy_t {
private:
timeout_queue_t<event_t> event_queue;