make sure a TempDir class cant be copied
This commit is contained in:
parent
e0e66a306d
commit
e241972c2c
@ -101,6 +101,8 @@ public:
|
|||||||
private:
|
private:
|
||||||
string m_dirname;
|
string m_dirname;
|
||||||
string m_reason;
|
string m_reason;
|
||||||
|
TempDir(const TempDir &) {}
|
||||||
|
TempDir& operator=(const TempDir &) {return *this;};
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Lock/pid file class. This is quite close to the pidfile_xxx
|
/// Lock/pid file class. This is quite close to the pidfile_xxx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user