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

43 lines
No EOL
955 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 stubCommSocket_custom.h file.
#include "common/CommSocket.h"
#include "stubCommSocket_custom.h"
#ifndef STUB_COMMON_COMMSOCKET_H
#define STUB_COMMON_COMMSOCKET_H
#ifndef STUB_CommSocket_CommSocket
//#define STUB_CommSocket_CommSocket
CommSocket::CommSocket(boost::asio::io_service& io_service)
{
}
#endif //STUB_CommSocket_CommSocket
#ifndef STUB_CommSocket_CommSocket_DTOR
//#define STUB_CommSocket_CommSocket_DTOR
CommSocket::~CommSocket()
{
}
#endif //STUB_CommSocket_CommSocket_DTOR
#ifndef STUB_CommSocket_disconnect
//#define STUB_CommSocket_disconnect
void CommSocket::disconnect()
{
}
#endif //STUB_CommSocket_disconnect
#ifndef STUB_CommSocket_flush
//#define STUB_CommSocket_flush
int CommSocket::flush()
{
return 0;
}
#endif //STUB_CommSocket_flush
#endif