summaryrefslogtreecommitdiff
path: root/include/erebos/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/erebos/network.h')
-rw-r--r--include/erebos/network.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/erebos/network.h b/include/erebos/network.h
index f2ae191..252c3c7 100644
--- a/include/erebos/network.h
+++ b/include/erebos/network.h
@@ -16,6 +16,9 @@ public:
Server(const std::shared_ptr<Priv> &);
~Server();
+ Server(const Server &) = delete;
+ Server & operator=(const Server &) = delete;
+
const Head<LocalState> & localHead() const;
const Bhv<LocalState> & localState() const;