wip
This commit is contained in:
9
cereal/messaging/impl_fake.cc
Normal file
9
cereal/messaging/impl_fake.cc
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "cereal/messaging/impl_fake.h"
|
||||
|
||||
void FakePoller::registerSocket(SubSocket *socket) {
|
||||
this->sockets.push_back(socket);
|
||||
}
|
||||
|
||||
std::vector<SubSocket*> FakePoller::poll(int timeout) {
|
||||
return this->sockets;
|
||||
}
|
||||
Reference in New Issue
Block a user