| 3941 | namespace Why { |
| 3942 | |
| 3943 | IAttachment* MasterImplementation::registerAttachment(IProvider* provider, IAttachment* attachment) |
| 3944 | { |
| 3945 | IAttachment* rc = FB_NEW YAttachment(provider, attachment, ""); |
| 3946 | rc->addRef(); |
| 3947 | attachment->addRef(); |
| 3948 | return rc; |
| 3949 | } |
| 3950 | |
| 3951 | ITransaction* MasterImplementation::registerTransaction(IAttachment* attachment, |
| 3952 | ITransaction* transaction) |
no test coverage detected