mirror of https://github.com/Icinga/icinga2.git
Introduce AtomicFile#GetTempFilename()
This commit is contained in:
parent
0367c9e099
commit
d22fdf2a7a
|
@ -23,6 +23,11 @@ public:
|
|||
AtomicFile(String path, int mode);
|
||||
~AtomicFile();
|
||||
|
||||
inline const String& GetTempFilename() const noexcept
|
||||
{
|
||||
return m_TempFilename;
|
||||
}
|
||||
|
||||
void Commit();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue