mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Add INetworkConnection interface for unit testing.
This commit is contained in:
@@ -17,8 +17,8 @@ namespace nt {
|
||||
class MockDispatcher : public IDispatcher {
|
||||
public:
|
||||
MOCK_METHOD3(QueueOutgoing,
|
||||
void(std::shared_ptr<Message> msg, NetworkConnection* only,
|
||||
NetworkConnection* except));
|
||||
void(std::shared_ptr<Message> msg, INetworkConnection* only,
|
||||
INetworkConnection* except));
|
||||
};
|
||||
|
||||
} // namespace nt
|
||||
|
||||
Reference in New Issue
Block a user