cyphesis/tests/stubs/server/stubEntityRuleHandler_custom.h
Erik Ogenvik 7fb146eb36 Standardize installation of standard types.
This way the base types are exposed to clients.
2018-02-06 13:45:10 +01:00

10 lines
361 B
C

//Add custom implementations of stubbed functions here; this file won't be rewritten when re-generating stubs.
#ifndef STUB_EntityRuleHandler_EntityRuleHandler
#define STUB_EntityRuleHandler_EntityRuleHandler
EntityRuleHandler::EntityRuleHandler(EntityBuilder * eb)
: RuleHandler()
, m_builder(eb)
{
}
#endif //STUB_EntityRuleHandler_EntityRuleHandler