cyphesis/tests/stubs/rulesets/stubPythonScriptFactory_custom.h

11 lines
398 B
C
Raw Permalink Normal View History

2017-07-03 22:18:31 +02:00
//Add custom implementations of stubbed functions here; this file won't be rewritten when re-generating stubs.
#ifndef STUB_PythonScriptFactory_PythonScriptFactory
#define STUB_PythonScriptFactory_PythonScriptFactory
template <typename T>
PythonScriptFactory<T>::PythonScriptFactory(const std::string & package, const std::string & type)
{
}
#endif //STUB_PythonScriptFactory_PythonScriptFactory