| 92 | |
| 93 | int PollInterval(int Interval = -1); |
| 94 | PyObject* PythonModule() { return m_PyModule; }; |
| 95 | PyThreadState* PythonInterpreter() { return m_PyInterpreter; }; |
| 96 | void Notifier(const std::string &Notifier = ""); |
| 97 | void AddConnection(CPluginTransport *); |
no outgoing calls
no test coverage detected