* assert on empty busname (routinginterface)
authorchristian mueller <christian.ei.mueller@bmw.de>
Wed, 28 Dec 2011 14:55:32 +0000 (15:55 +0100)
committerchristian mueller <christian.ei.mueller@bmw.de>
Thu, 29 Dec 2011 14:43:02 +0000 (15:43 +0100)
commitb7e748007bbe0b16fa8a8a089c6cc8fe43bc7aac
treee93f5912113ad4d611944648d7f9746e009a0d9b
parent6b583365d1f0f5c7ff613ecfc323c4d1eba1699d
* assert on empty busname (routinginterface)
* added busname for DbusroutingSender
* rework of sockethandlertests
* small changes on compilerflags
* new default error messages on dummy controller plugin
* new plugin Asynchronous including tests
19 files changed:
AudioManagerDaemon/src/RoutingSender.cpp
AudioManagerDaemon/src/SocketHandler.cpp
AudioManagerDaemon/src/main.cpp
AudioManagerDaemon/test/sockethandler/sockethandlerTest.cpp
AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
CMakeLists.txt
PluginCommandInterfaceDbus/src/DBusCommandSender.cpp
PluginControlInterface/src/ControlSender.cpp
PluginRoutingInterfaceAsync/CMakeLists.txt [new file with mode: 0644]
PluginRoutingInterfaceAsync/include/DltContext.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/include/RoutingReceiverAsyncShadow.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/include/RoutingSenderAsyn.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/src/RoutingReceiverAsyncShadow.cpp [new file with mode: 0644]
PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp [new file with mode: 0644]
PluginRoutingInterfaceAsync/test/CMakeLists.txt [new file with mode: 0644]
PluginRoutingInterfaceAsync/test/mocklnterfaces.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/test/testRoutingInterfaceAsync.cpp [new file with mode: 0644]
PluginRoutingInterfaceAsync/test/testRoutingInterfaceAsync.h [new file with mode: 0644]
PluginRoutingInterfaceDbus/src/RoutingSender.cpp