summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/CAmCommandReceiver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-101-3/+3
| | | | | | | | Renamed CAmDatabaseHandler to CAmDatabaseHandlerSQLite and CAmMapHandler to CAmDatabaseHandlerMap. Changed std::map to std::unordered_map. Added to the cmake configuration a definition, which defines the capacity of the source and sink maps. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* First version Map implementation of database handler with unit tests ( ↵Aleksandar Donchev2013-06-261-3/+3
| | | | | | ticket 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-171-8/+8
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * some minor coverity check fixeschristian linke2013-01-081-1/+3
| | | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-171-5/+35
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-74] resolving issues found by coverity scanchristian mueller2012-05-241-0/+4
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-061-1/+0
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * updated license headerschristian mueller2012-03-051-40/+38
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-0/+224
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces