Mercurial > hg > svcore
comparison plugin/DSSIPluginFactory.cpp @ 1464:91bb68146dfc
Add getPluginLibraryPath throughout, in order to provide diagnostic about which plugins were loaded from where
author | Chris Cannam |
---|---|
date | Fri, 11 May 2018 14:11:04 +0100 |
parents | 48e9f538e6e9 |
children | 5ac102155409 |
comparison
equal
deleted
inserted
replaced
1463:2b2b58ae8b59 | 1464:91bb68146dfc |
---|---|
416 } | 416 } |
417 } | 417 } |
418 | 418 |
419 m_identifiers.push_back(identifier); | 419 m_identifiers.push_back(identifier); |
420 | 420 |
421 m_libraries[identifier] = soname; | |
422 | |
421 m_rtDescriptors[identifier] = rtd; | 423 m_rtDescriptors[identifier] = rtd; |
422 | 424 |
423 ++index; | 425 ++index; |
424 } | 426 } |
425 | 427 |