| 5017 | |
| 5018 | |
| 5019 | SysStableAttachment::SysStableAttachment(Attachment* handle) |
| 5020 | : StableAttachmentPart(handle) |
| 5021 | { |
| 5022 | handle->att_flags |= ATT_system; |
| 5023 | |
| 5024 | m_JAttachment = FB_NEW JAttachment(this); |
| 5025 | this->setInterface(m_JAttachment); |
| 5026 | } |
| 5027 | |
| 5028 | |
| 5029 | void SysStableAttachment::initDone() |
nothing calls this directly
no test coverage detected