* [ performance] for classes that do not need to be derived from, removed virtual...
authorchristian mueller <christian.ei.mueller@bmw.de>
Wed, 29 Feb 2012 12:27:27 +0000 (13:27 +0100)
committerchristian mueller <christian.ei.mueller@bmw.de>
Wed, 29 Feb 2012 12:27:27 +0000 (13:27 +0100)
commitd3ccf97331935b181041394b80be20dca282ea71
treef85e7b649c8a6d58c11e9728b2442cdcff53826d
parentaa93713377d28a8ce7821466ef828f79a18e982d
* [ performance] for classes that do not need to be derived from, removed virtual desctructor
* implemented confirmation of routing ready in RoutingReceiver
* [Sockethandler] automatically set gDispatchDone to 0 when starting mainloop
* fixed unit text to work with latest changes (expect Dbus command interface)
* [GAM-4] added way to do synchronous calling on interfaces with the help of CAmSerializer.h
* reworked AsyncRoutingPlugin to work with CAmSerializer.h
* reworked AsyncRoutingPlugin to register elemtes in thread using CAmSerializer.h
* reworked AsncPlugin Tests to work with remodelled Plugin
57 files changed:
AudioManagerDaemon/include/CommandReceiver.h
AudioManagerDaemon/include/CommandSender.h
AudioManagerDaemon/include/ControlReceiver.h
AudioManagerDaemon/include/ControlSender.h
AudioManagerDaemon/include/DatabaseHandler.h
AudioManagerDaemon/include/DatabaseObserver.h
AudioManagerDaemon/include/Router.h
AudioManagerDaemon/include/RoutingReceiver.h
AudioManagerDaemon/include/RoutingSender.h
AudioManagerDaemon/include/TelnetServer.h
AudioManagerDaemon/src/CommandReceiver.cpp
AudioManagerDaemon/src/RoutingReceiver.cpp
AudioManagerDaemon/src/RoutingSender.cpp
AudioManagerDaemon/src/SocketHandler.cpp
AudioManagerDaemon/test/controlInterface/CMakeLists.txt
AudioManagerDaemon/test/controlInterface/MockInterfaces.h
AudioManagerDaemon/test/controlInterface/controlInterfaceTest.cpp
AudioManagerDaemon/test/controlInterface/controlInterfaceTest.h
AudioManagerDaemon/test/database/CMakeLists.txt
AudioManagerDaemon/test/database/MockInterfaces.h
AudioManagerDaemon/test/database/databaseTest.cpp
AudioManagerDaemon/test/database/databaseTest.h
AudioManagerDaemon/test/routing/CMakeLists.txt
AudioManagerDaemon/test/routing/MockInterfaces.h
AudioManagerDaemon/test/routing/routingTest.cpp
AudioManagerDaemon/test/routing/routingTest.h
AudioManagerDaemon/test/routingInterface/CMakeLists.txt
AudioManagerDaemon/test/routingInterface/MockRoutingInterface.h
AudioManagerDaemon/test/routingInterface/routingInterfaceTest.cpp
AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
AudioManagerDaemon/test/telnetserver/CAmTelnetServerTest.cpp
PluginCommandInterfaceDbus/CMakeLists.txt
PluginCommandInterfaceDbus/test/CMakeLists.txt
PluginCommandInterfaceDbus/test/MockInterfaces.h
PluginCommandInterfaceDbus/test/dbuscommandpluginInterfaceTest.cpp
PluginCommandInterfaceDbus/test/dbuscommandpluginInterfaceTest.h
PluginCommandInterfaceDbus/test/dbuscommaninterfacesignalsTest.cpp
PluginControlInterface/src/ControlSender.cpp
PluginRoutingInterfaceAsync/include/RoutingReceiverAsyncShadow.h
PluginRoutingInterfaceAsync/include/RoutingSenderAsyn.h
PluginRoutingInterfaceAsync/src/RoutingReceiverAsyncShadow.cpp
PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp
PluginRoutingInterfaceAsync/test/CMakeLists.txt
PluginRoutingInterfaceAsync/test/mocklnterfaces.h
PluginRoutingInterfaceAsync/test/testRoutingInterfaceAsync.cpp
PluginRoutingInterfaceAsync/test/testRoutingInterfaceAsync.h
PluginRoutingInterfaceAsync/test/testRoutingInterfaceAsyncInterrupt.cpp
includes/CAmSerializer.h
includes/audiomanagertypes.h
includes/command/CommandReceiveInterface.h
includes/command/CommandSendInterface.h
includes/control/ControlReceiveInterface.h
includes/control/ControlSendInterface.h
includes/projecttypes.h
includes/routing/RoutingReceiveInterface.h
includes/routing/RoutingSendInterface.h