MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / TimerInterfacePtr

Class TimerInterfacePtr

src/common/classes/ImplementHelper.h:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246// Control timer interface access
247class TimerInterfacePtr : public AccessAutoInterface<ITimerControl>
248{
249public:
250 TimerInterfacePtr()
251 : AccessAutoInterface<ITimerControl>(getMasterInterface()->getTimerControl())
252 { }
253};
254
255
256// Distributed transactions coordinator access

Callers 14

closeMethod · 0.85
shutdownMethod · 0.85
startMethod · 0.85
stopMethod · 0.85
resetMethod · 0.85
setMethod · 0.85
startMethod · 0.85
stopMethod · 0.85
handlerMethod · 0.85
startMethod · 0.85
stopMethod · 0.85
resetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected