mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
43 lines
972 B
C
43 lines
972 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 stubClientTask_custom.h file.
|
||
|
|
|
||
|
|
#include "common/ClientTask.h"
|
||
|
|
#include "stubClientTask_custom.h"
|
||
|
|
|
||
|
|
#ifndef STUB_COMMON_CLIENTTASK_H
|
||
|
|
#define STUB_COMMON_CLIENTTASK_H
|
||
|
|
|
||
|
|
#ifndef STUB_ClientTask_ClientTask
|
||
|
|
//#define STUB_ClientTask_ClientTask
|
||
|
|
ClientTask::ClientTask()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
#endif //STUB_ClientTask_ClientTask
|
||
|
|
|
||
|
|
#ifndef STUB_ClientTask_ClientTask_DTOR
|
||
|
|
//#define STUB_ClientTask_ClientTask_DTOR
|
||
|
|
ClientTask::~ClientTask()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
#endif //STUB_ClientTask_ClientTask_DTOR
|
||
|
|
|
||
|
|
#ifndef STUB_ClientTask_setup
|
||
|
|
//#define STUB_ClientTask_setup
|
||
|
|
void ClientTask::setup(const std::string & arg, OpVector &)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
#endif //STUB_ClientTask_setup
|
||
|
|
|
||
|
|
#ifndef STUB_ClientTask_operation
|
||
|
|
//#define STUB_ClientTask_operation
|
||
|
|
void ClientTask::operation(const Operation &, OpVector &)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
#endif //STUB_ClientTask_operation
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|