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

36 lines
No EOL
1.1 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 stubMindController_custom.h file.
#include "server/MindController.h"
#include "stubMindController_custom.h"
#ifndef STUB_SERVER_MINDCONTROLLER_H
#define STUB_SERVER_MINDCONTROLLER_H
#ifndef STUB_MindController_MindController
//#define STUB_MindController_MindController
MindController::MindController(Connection * conn, const std::string & username, const std::string & passwd, const std::string & id, long intId)
: Account(conn, username, passwd, id, intId)
{
}
#endif //STUB_MindController_MindController
#ifndef STUB_MindController_MindController_DTOR
//#define STUB_MindController_MindController_DTOR
MindController::~MindController()
{
}
#endif //STUB_MindController_MindController_DTOR
#ifndef STUB_MindController_setAttribute
//#define STUB_MindController_setAttribute
void MindController::setAttribute(const Atlas::Objects::Root& arg)
{
}
#endif //STUB_MindController_setAttribute
#endif