diff --git a/session/1.0/src/SessionFactory.cpp b/session/1.0/src/SessionFactory.cpp index 5343d4e..88651bd 100644 --- a/session/1.0/src/SessionFactory.cpp +++ b/session/1.0/src/SessionFactory.cpp @@ -14,6 +14,7 @@ using namespace com::quic::sensinghub::session::V1_0 ; #define SENSING_HUB_INTERFACE_LIB_NAME "libQshSession.so" #endif + bool sessionFactory::mSymbolLoaded = false; sessionFactory::getSession_t sessionFactory::mGetSessionSymbol = nullptr; sessionFactory::getSensingHubIds_t sessionFactory::mGetSensingHubIdsSymbol = nullptr;