| 1874 | |
| 1875 | |
| 1876 | void BinaryView::RegisterNotification(BinaryDataNotification* notify) |
| 1877 | { |
| 1878 | BNRegisterDataNotification(m_object, notify->GetCallbacks()); |
| 1879 | } |
| 1880 | |
| 1881 | |
| 1882 | void BinaryView::UnregisterNotification(BinaryDataNotification* notify) |
nothing calls this directly
no test coverage detected