cyphesis/tests/stubs/rulesets/stubPythonScriptFactory_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
398 B
C++

//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