[DEBUG] correct wrong init

This commit is contained in:
Edouard DUPIN 2017-10-14 11:25:16 +02:00
parent e7771b706d
commit 046e270179

View File

@ -38,6 +38,7 @@ class PlugginAccess {
m_handle(nullptr), m_handle(nullptr),
m_SERVICE_IO_init(nullptr), m_SERVICE_IO_init(nullptr),
m_SERVICE_IO_uninit(nullptr), m_SERVICE_IO_uninit(nullptr),
m_SERVICE_IO_peridic_call(nullptr),
m_SERVICE_IO_instanciate(nullptr) { m_SERVICE_IO_instanciate(nullptr) {
etk::String srv = etk::FSNodeGetApplicationPath() + "/../lib/libzeus-service-" + m_name + "-impl.so"; etk::String srv = etk::FSNodeGetApplicationPath() + "/../lib/libzeus-service-" + m_name + "-impl.so";
APPL_PRINT("Try to open service with name: '" << m_name << "' at position: '" << srv << "'"); APPL_PRINT("Try to open service with name: '" << m_name << "' at position: '" << srv << "'");