| 499 | |
| 500 | |
| 501 | void Project::RegisterNotification(ProjectNotification* notify) |
| 502 | { |
| 503 | BNRegisterProjectNotification(m_object, notify->GetCallbacks()); |
| 504 | } |
| 505 | |
| 506 | |
| 507 | void Project::UnregisterNotification(ProjectNotification* notify) |
no test coverage detected