cyphesis/tests/stubs/server/stubRuleHandler.h
2018-05-10 00:21:30 +02:00

43 lines
No EOL
1.3 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 stubRuleHandler_custom.h file.
#include "server/RuleHandler.h"
#include "stubRuleHandler_custom.h"
#ifndef STUB_SERVER_RULEHANDLER_H
#define STUB_SERVER_RULEHANDLER_H
#ifndef STUB_RuleHandler_check
//#define STUB_RuleHandler_check
int RuleHandler::check(const Atlas::Objects::Root & desc)
{
return 0;
}
#endif //STUB_RuleHandler_check
#ifndef STUB_RuleHandler_install
//#define STUB_RuleHandler_install
int RuleHandler::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_RuleHandler_install
#ifndef STUB_RuleHandler_update
//#define STUB_RuleHandler_update
int RuleHandler::update(const std::string &, const Atlas::Objects::Root & desc, std::map<const TypeNode*, TypeNode::PropertiesUpdate>& changes)
{
return 0;
}
#endif //STUB_RuleHandler_update
#ifndef STUB_RuleHandler_getScriptDetails
//#define STUB_RuleHandler_getScriptDetails
int RuleHandler::getScriptDetails(const Atlas::Message::MapType &, const std::string &, const std::string &, std::string &, std::string &)
{
return 0;
}
#endif //STUB_RuleHandler_getScriptDetails
#endif