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

51 lines
No EOL
1.7 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 stubOpRuleHandler_custom.h file.
#include "server/OpRuleHandler.h"
#include "stubOpRuleHandler_custom.h"
#ifndef STUB_SERVER_OPRULEHANDLER_H
#define STUB_SERVER_OPRULEHANDLER_H
#ifndef STUB_OpRuleHandler_installOpDefinition
//#define STUB_OpRuleHandler_installOpDefinition
int OpRuleHandler::installOpDefinition(const std::string & class_name, const std::string & parent, const Atlas::Objects::Root & class_desc, std::string & dependent, std::string & reason)
{
return 0;
}
#endif //STUB_OpRuleHandler_installOpDefinition
#ifndef STUB_OpRuleHandler_modifyOpDefinition
//#define STUB_OpRuleHandler_modifyOpDefinition
int OpRuleHandler::modifyOpDefinition(const std::string & class_name, const Atlas::Objects::Root & class_desc)
{
return 0;
}
#endif //STUB_OpRuleHandler_modifyOpDefinition
#ifndef STUB_OpRuleHandler_check
//#define STUB_OpRuleHandler_check
int OpRuleHandler::check(const Atlas::Objects::Root & desc)
{
return 0;
}
#endif //STUB_OpRuleHandler_check
#ifndef STUB_OpRuleHandler_install
//#define STUB_OpRuleHandler_install
int OpRuleHandler::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_OpRuleHandler_install
#ifndef STUB_OpRuleHandler_update
//#define STUB_OpRuleHandler_update
int OpRuleHandler::update(const std::string &, const Atlas::Objects::Root & desc, std::map<const TypeNode*, TypeNode::PropertiesUpdate>& changes)
{
return 0;
}
#endif //STUB_OpRuleHandler_update
#endif