LayerManagerBase: fixed portability issue in plugin loading 1_0_rc2
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 18 Mar 2013 13:31:55 +0000 (14:31 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 19 Mar 2013 11:03:03 +0000 (12:03 +0100)
commit19b32f223845b37200a5c2ebb41ef96a5a8b30d4
tree2031fff318a397afd4ca90da725305b9d81cf90d
parent39b8375a1c147d6b506cc28136d5ec318c973c37
LayerManagerBase: fixed portability issue in plugin loading

on some platforms the type of directy entries always returns DT_UNKNOWN,
this makes it impossible to make a distinction between files and directories.
The plugin searching routing was updated to not rely on the directory
entry type information, it just tries to load each entry found.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerBase/src/PluginManager.cpp