mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Introduce AtomicFile#GetTempFilename()
This commit is contained in:
parent
69b3c81ea1
commit
d2e3a094c1
@ -23,6 +23,11 @@ public:
|
|||||||
AtomicFile(String path, int mode);
|
AtomicFile(String path, int mode);
|
||||||
~AtomicFile();
|
~AtomicFile();
|
||||||
|
|
||||||
|
inline const String& GetTempFilename() const noexcept
|
||||||
|
{
|
||||||
|
return m_TempFilename;
|
||||||
|
}
|
||||||
|
|
||||||
void Commit();
|
void Commit();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user