mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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();
|
||||
|
||||
inline const String& GetTempFilename() const noexcept
|
||||
{
|
||||
return m_TempFilename;
|
||||
}
|
||||
|
||||
void Commit();
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user