| 11 | } |
| 12 | |
| 13 | void AclCommand::Synchronize() |
| 14 | { |
| 15 | XASSERT(following_event_ != nullptr, |
| 16 | "following_event_ is nullptr, EnableSynchronization() should be called first"); |
| 17 | ACL_ASSERT(Driver::rtSynchronizeEvent(following_event_)); |
| 18 | } |
| 19 | |
| 20 | bool AclCommand::Synchronizable() |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected