| 9 | namespace Star { |
| 10 | |
| 11 | ConnectionId RemoteHitRequest::destinationConnection() const { |
| 12 | return connectionForEntity(causingEntityId); |
| 13 | } |
| 14 | |
| 15 | DataStream& operator<<(DataStream& ds, RemoteHitRequest const& hitRequest) { |
| 16 | ds << hitRequest.causingEntityId; |
no test coverage detected