summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
Commit message (Collapse)AuthorAgeFilesLines
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-88/+0
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [ performance] for classes that do not need to be derived from, removed ↵christian mueller2012-02-291-2/+2
| | | | | | | | | | | 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
* * [GT-1835] Resolve issues identified by code screening process: added ↵christian mueller2012-02-201-4/+22
| | | | missing headers, added text version of LGPL v2.1
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-241-35/+37
| | | * added used xml to the project
* * assert on empty busname (routinginterface)ver-0.0.1christian mueller2011-12-291-1/+6
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * finally, first socket test workchristian mueller2011-12-231-16/+23
|
* * rework of buildsystemchristian mueller2011-12-231-2/+2
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* * first version of SocketHandler working with DBuschristian mueller2011-12-211-6/+6
| | | * currently Sockethandler test not working
* * first version of the sockethandler with testchristian mueller2011-12-201-0/+56