The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
std::string m_startupScript
Startup script.
~PythonScriptingSvc() override
Destructor.
StatusCode initialize() override
Initialize the service. [IService::initialize()].
StatusCode finalize() override
Finalize the service. [IService::finalize()].
StatusCode run() override
Run the service by taking full control. [IRunable::run()].
PythonScriptingSvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
const std::string & name() const override
Retrieve name of the service.
This class is used for returning status codes from appropriate routines.
Base class used to extend a class implementing other interfaces.