MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~FileExtendLockGuard

Method ~FileExtendLockGuard

src/jrd/os/win32/winnt.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 ~FileExtendLockGuard()
78 {
79 if (m_lock)
80 {
81 if (m_exclusive)
82 m_lock->endWrite();
83 else
84 m_lock->endRead();
85 }
86 }
87
88private:
89 // copying is prohibited

Callers

nothing calls this directly

Calls 2

endWriteMethod · 0.80
endReadMethod · 0.80

Tested by

no test coverage detected