cyphesis/tests/stubs/server/stubTaskRuleHandler.h

59 lines
2.3 KiB
C
Raw Permalink Normal View History

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubTaskRuleHandler_custom.h file.
#include "server/TaskRuleHandler.h"
#include "stubTaskRuleHandler_custom.h"
#ifndef STUB_SERVER_TASKRULEHANDLER_H
#define STUB_SERVER_TASKRULEHANDLER_H
#ifndef STUB_TaskRuleHandler_populateTaskFactory
//#define STUB_TaskRuleHandler_populateTaskFactory
2018-05-10 00:21:30 +02:00
int TaskRuleHandler::populateTaskFactory(const std::string & class_name, TaskKit * factory, const Atlas::Objects::Root & class_desc, std::string & dependent, std::string & reason, std::map<const TypeNode*, TypeNode::PropertiesUpdate>& changes)
{
return 0;
}
#endif //STUB_TaskRuleHandler_populateTaskFactory
#ifndef STUB_TaskRuleHandler_installTaskClass
//#define STUB_TaskRuleHandler_installTaskClass
2018-05-10 00:21:30 +02:00
int TaskRuleHandler::installTaskClass(const std::string & class_name, const std::string & parent, const Atlas::Objects::Root & class_desc, std::string & dependent, std::string & reason, std::map<const TypeNode*, TypeNode::PropertiesUpdate>& changes)
{
return 0;
}
#endif //STUB_TaskRuleHandler_installTaskClass
#ifndef STUB_TaskRuleHandler_modifyTaskClass
//#define STUB_TaskRuleHandler_modifyTaskClass
2018-05-10 00:21:30 +02:00
int TaskRuleHandler::modifyTaskClass(const std::string & class_name, const Atlas::Objects::Root & class_desc, std::map<const TypeNode*, TypeNode::PropertiesUpdate>& changes)
{
return 0;
}
#endif //STUB_TaskRuleHandler_modifyTaskClass
#ifndef STUB_TaskRuleHandler_check
//#define STUB_TaskRuleHandler_check
int TaskRuleHandler::check(const Atlas::Objects::Root & desc)
{
return 0;
}
#endif //STUB_TaskRuleHandler_check
#ifndef STUB_TaskRuleHandler_install
//#define STUB_TaskRuleHandler_install
2018-05-10 00:21:30 +02:00
int TaskRuleHandler::install(const std::string &, const std::string &, const Atlas::Objects::Root & desc, std::string &, std::string &, std::map<const TypeNode*, TypeNode::PropertiesUpdate>& changes)
{
return 0;
}
#endif //STUB_TaskRuleHandler_install
#ifndef STUB_TaskRuleHandler_update
//#define STUB_TaskRuleHandler_update
2018-05-10 00:21:30 +02:00
int TaskRuleHandler::update(const std::string &, const Atlas::Objects::Root & desc, std::map<const TypeNode*, TypeNode::PropertiesUpdate>& changes)
{
return 0;
}
#endif //STUB_TaskRuleHandler_update
#endif