| 23 | virtual ~CSocketBase(); |
| 24 | |
| 25 | void SetEventActions(std::shared_ptr<CEventActions> &actions) { _event_actions = actions; } |
| 26 | void SetSocket(const uint64_t& sock) { _sock = sock; } |
| 27 | uint64_t GetSocket() { return _sock; } |
| 28 | bool IsInActions() { return _add_event_actions; } |
nothing calls this directly
no outgoing calls
no test coverage detected