| 372 | virtual void OnRawGetLockInfoSucc(const int topic_id, const proto::GetLockInfoRequest &req, const proto::GetLockInfoResponse &resp) {} |
| 373 | |
| 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected