Introducing ServiceConnect and ServiceDisconnect.
authorMichael Schuldt <michael.schuldt@bmw-carit.de>
Thu, 8 Dec 2011 10:01:17 +0000 (11:01 +0100)
committerMichael Schuldt <michael.schuldt@bmw-carit.de>
Thu, 8 Dec 2011 10:01:41 +0000 (11:01 +0100)
commitc70617058d26eaa11b6132d7836ab8413ece8151
tree540b547f12f8bb9d6e400ea06f902fe8e259fbcc
parent5520af0bc9296bd8f4aae9000e64b381f82127cb
Introducing ServiceConnect and ServiceDisconnect.

Due to the fact, that it should be possible to get information
which application is running and the Service should run a
internal cleanup, if a registered application crashes. This
functionality is needed.
LayerManagerClient/ilmClient/src/ilm_client.c
LayerManagerPlugins/Communicators/DBUSCommunicator/include/DBUSCommunicator.h
LayerManagerPlugins/Communicators/DBUSCommunicator/src/DBUSCommunicator.cpp
LayerManagerPlugins/Communicators/DBUSCommunicator/src/DBUSMessageHandler.cpp
LayerManagerPlugins/Communicators/DBUSCommunicator/test/mock_CommandExecutor.h
LayerManagerService/include/ApplicationReferenceMap.h [new file with mode: 0644]
LayerManagerService/include/IApplicationReference.h [new file with mode: 0644]
LayerManagerService/include/ICommandExecutor.h
LayerManagerService/include/Layermanager.h
LayerManagerService/src/Layermanager.cpp