// AUTOGENERATED file, created by the tool generate_stub.py, don't edit! // If you want to add your own functionality, instead edit the stubSlaveClientConnection_custom.h file. #include "server/SlaveClientConnection.h" #include "stubSlaveClientConnection_custom.h" #ifndef STUB_SERVER_SLAVECLIENTCONNECTION_H #define STUB_SERVER_SLAVECLIENTCONNECTION_H #ifndef STUB_SlaveClientConnection_SlaveClientConnection //#define STUB_SlaveClientConnection_SlaveClientConnection SlaveClientConnection::SlaveClientConnection(CommSocket &, ServerRouting &, const std::string & address, const std::string & id, long iid) : Link(CommSocket, ServerRouting, address, id, iid) { } #endif //STUB_SlaveClientConnection_SlaveClientConnection #ifndef STUB_SlaveClientConnection_SlaveClientConnection_DTOR //#define STUB_SlaveClientConnection_SlaveClientConnection_DTOR SlaveClientConnection::~SlaveClientConnection() { } #endif //STUB_SlaveClientConnection_SlaveClientConnection_DTOR #ifndef STUB_SlaveClientConnection_operation //#define STUB_SlaveClientConnection_operation void SlaveClientConnection::operation(const Operation &, OpVector &) { } #endif //STUB_SlaveClientConnection_operation #endif