| 374 | virtual void OnAcquireLock(const int topic_id, const proto::AcquireLockRequest &req) {} |
| 375 | virtual void OnAcquireLockSucc(const int topic_id, const proto::AcquireLockRequest &req, const proto::AcquireLockResponse &resp) {} |
| 376 | virtual void OnAcquireLockFail(const int topic_id, const proto::AcquireLockRequest &req) {} |
| 377 | }; |
| 378 | |
| 379 | class LockBP { |
nothing calls this directly
no outgoing calls
no test coverage detected