cyphesis/tests/stubs/server/stubCommMaster.h
2017-07-25 23:40:40 +02:00

36 lines
No EOL
812 B
C++

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubCommMaster_custom.h file.
#include "server/CommMaster.h"
#include "stubCommMaster_custom.h"
#ifndef STUB_SERVER_COMMMASTER_H
#define STUB_SERVER_COMMMASTER_H
#ifndef STUB_CommMaster_CommMaster
//#define STUB_CommMaster_CommMaster
CommMaster::CommMaster()
: CommClient()
{
}
#endif //STUB_CommMaster_CommMaster
#ifndef STUB_CommMaster_CommMaster_DTOR
//#define STUB_CommMaster_CommMaster_DTOR
CommMaster::~CommMaster()
{
}
#endif //STUB_CommMaster_CommMaster_DTOR
#ifndef STUB_CommMaster_connect
//#define STUB_CommMaster_connect
int CommMaster::connect(const std::string &)
{
return 0;
}
#endif //STUB_CommMaster_connect
#endif