mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 09:40:46 -04:00
Introduce AtomicFile#GetTempFilename()
This commit is contained in:
parent
0367c9e099
commit
d22fdf2a7a
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue