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

76 lines
No EOL
1.7 KiB
C

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubCommPSQLSocket_custom.h file.
#include "server/CommPSQLSocket.h"
#include "stubCommPSQLSocket_custom.h"
#ifndef STUB_SERVER_COMMPSQLSOCKET_H
#define STUB_SERVER_COMMPSQLSOCKET_H
#ifndef STUB_CommPSQLSocket_do_read
//#define STUB_CommPSQLSocket_do_read
void CommPSQLSocket::do_read()
{
}
#endif //STUB_CommPSQLSocket_do_read
#ifndef STUB_CommPSQLSocket_read
//#define STUB_CommPSQLSocket_read
int CommPSQLSocket::read()
{
return 0;
}
#endif //STUB_CommPSQLSocket_read
#ifndef STUB_CommPSQLSocket_dispatch
//#define STUB_CommPSQLSocket_dispatch
void CommPSQLSocket::dispatch()
{
}
#endif //STUB_CommPSQLSocket_dispatch
#ifndef STUB_CommPSQLSocket_vacuum
//#define STUB_CommPSQLSocket_vacuum
void CommPSQLSocket::vacuum()
{
}
#endif //STUB_CommPSQLSocket_vacuum
#ifndef STUB_CommPSQLSocket_reindex
//#define STUB_CommPSQLSocket_reindex
void CommPSQLSocket::reindex()
{
}
#endif //STUB_CommPSQLSocket_reindex
#ifndef STUB_CommPSQLSocket_tryReConnect
//#define STUB_CommPSQLSocket_tryReConnect
void CommPSQLSocket::tryReConnect()
{
}
#endif //STUB_CommPSQLSocket_tryReConnect
#ifndef STUB_CommPSQLSocket_CommPSQLSocket
//#define STUB_CommPSQLSocket_CommPSQLSocket
CommPSQLSocket::CommPSQLSocket(boost::asio::io_service& io_service, Database & db)
: m_socket(nullptr)
{
}
#endif //STUB_CommPSQLSocket_CommPSQLSocket
#ifndef STUB_CommPSQLSocket_CommPSQLSocket_DTOR
//#define STUB_CommPSQLSocket_CommPSQLSocket_DTOR
CommPSQLSocket::~CommPSQLSocket()
{
}
#endif //STUB_CommPSQLSocket_CommPSQLSocket_DTOR
#endif