summaryrefslogtreecommitdiff
path: root/src/net/ipc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-19 20:28:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-19 20:28:20 +0300
commitfd0b6681b07df44f34d97b8346bf4ff0cc667a98 (patch)
treec0935ee85ed6761447fcaa4a4415d6847b666466 /src/net/ipc.h
parentc5400b010783f5e695569163b0ad42afb123b4f8 (diff)
downloadplus-fd0b6681b07df44f34d97b8346bf4ff0cc667a98.tar.gz
plus-fd0b6681b07df44f34d97b8346bf4ff0cc667a98.tar.bz2
plus-fd0b6681b07df44f34d97b8346bf4ff0cc667a98.tar.xz
plus-fd0b6681b07df44f34d97b8346bf4ff0cc667a98.zip
In ipc add copy protection.
Diffstat (limited to 'src/net/ipc.h')
-rw-r--r--src/net/ipc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ipc.h b/src/net/ipc.h
index acf6ab59c..5e3ecdd1a 100644
--- a/src/net/ipc.h
+++ b/src/net/ipc.h
@@ -33,6 +33,8 @@ public:
*/
IPC();
+ A_DELETE_COPY(IPC)
+
/**
* Destructor.
*/