make sure a TempDir class cant be copied
This commit is contained in:
parent
21c9c6ffb3
commit
d8e711a096
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ public:
|
|||
private:
|
||||
string m_dirname;
|
||||
string m_reason;
|
||||
TempDir(const TempDir &) {}
|
||||
TempDir& operator=(const TempDir &) {return *this;};
|
||||
};
|
||||
|
||||
/// Lock/pid file class. This is quite close to the pidfile_xxx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue