11 lines
348 B
C++
11 lines
348 B
C++
#include "Participant.h"
|
|
|
|
// bool Passer::Control::ControlClient::SendMsg(unsigned char *buffer,
|
|
// unsigned char bufferSize) {
|
|
// return false;
|
|
// }
|
|
|
|
bool Participant::SendBuffer(unsigned char bufferSize) { return false; }
|
|
|
|
bool Participant::PublishBuffer(unsigned char bufferSize) { return false; }
|