* spot/misc/tmpfile.hh: Disallow copy.
This commit is contained in:
parent
a1b3b065fa
commit
52e722c818
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ namespace spot
|
||||||
typedef std::list<temporary_file*>::iterator cleanpos_t;
|
typedef std::list<temporary_file*>::iterator cleanpos_t;
|
||||||
|
|
||||||
SPOT_LOCAL temporary_file(char* name, cleanpos_t cp);
|
SPOT_LOCAL temporary_file(char* name, cleanpos_t cp);
|
||||||
|
|
||||||
|
temporary_file(const temporary_file& other) = delete;
|
||||||
|
|
||||||
virtual ~temporary_file() override;
|
virtual ~temporary_file() override;
|
||||||
|
|
||||||
const char* name() const
|
const char* name() const
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue