cyphesis/tests/stubs/server/stubTaskFactory_custom.h
2018-05-01 14:42:02 +02:00

9 lines
295 B
C++

//Add custom implementations of stubbed functions here; this file won't be rewritten when re-generating stubs.
#ifndef STUB_TaskFactory_TaskFactory
#define STUB_TaskFactory_TaskFactory
TaskFactory::TaskFactory(const std::string & name)
: TaskKit()
{
}
#endif //STUB_TaskFactory_TaskFactory