projects
/
libs
/
core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a32939
)
Make Mutex non-copyable
author
Mikko Rasa
<tdb@tdb.fi>
Tue, 14 Jun 2016 05:13:20 +0000
(08:13 +0300)
committer
Mikko Rasa
<tdb@tdb.fi>
Tue, 14 Jun 2016 05:13:20 +0000
(08:13 +0300)
source/core/mutex.h
patch
|
blob
|
history
diff --git
a/source/core/mutex.h
b/source/core/mutex.h
index 0fe9e82087ff67d4c51d1d7bcde0f2a10d668138..71fbdf0c6e5796423274049dc28a05dfba42cbb2 100644
(file)
--- a/
source/core/mutex.h
+++ b/
source/core/mutex.h
@@
-18,6
+18,8
@@
private:
Private *priv;
+ Mutex(const Mutex &);
+ Mutex &operator=(const Mutex &);
public:
Mutex();
~Mutex();