LayerManagerService: removed plugin management functions from ICommandExecutor
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 28 Nov 2012 10:27:21 +0000 (02:27 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 14 Jan 2013 08:34:16 +0000 (00:34 -0800)
commit2479089c15f601bf25cd2e0e9cb21abfd607868f
tree261e9c037ff5949244f3efed7d5d2a16f8590d99
parentdf1386047b08d89c1c349eba0236a65804447847
LayerManagerService: removed plugin management functions from ICommandExecutor

Plugins are now handled by the PluginManager within Layermanager, so
there's no need for the external interface to add or remove different
kind of plugins to the ICommandExecutor.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerPlugins/Communicators/GenericCommunicator/test/mock_CommandExecutor.h
LayerManagerService/include/ICommandExecutor.h
LayerManagerService/include/Layermanager.h
LayerManagerService/src/Layermanager.cpp