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

Method YEvents

src/yvalve/why.cpp:3964–3968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3962
3963
3964YEvents::YEvents(YAttachment* aAttachment, IEvents* aNext, IEventCallback* aCallback)
3965 : YHelper(aNext), attachment(aAttachment), callback(aCallback)
3966{
3967 attachment.get()->childEvents.add(this);
3968}
3969
3970FB_API_HANDLE& YEvents::getHandle()
3971{

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected