| 41 | } |
| 42 | |
| 43 | IdentificationTable::Bulk IdentificationTable::GetBulk() noexcept |
| 44 | { |
| 45 | try { |
| 46 | return Get_().GetBulk_(); |
| 47 | } |
| 48 | catch (...) { |
| 49 | return {}; |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | void IdentificationTable::RegisterSink(std::shared_ptr<IIdentificationSink> pSink) noexcept |
| 54 | { |