summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/telnetserver
Commit message (Collapse)AuthorAgeFilesLines
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-013-369/+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-3/+3
| | | | | | | | | | | 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
* * [GAM-21] 3 telnetserverTestsFrank Herchet2012-02-212-103/+150
|
* * add gtest for telnetserverFrank Herchet2012-02-143-29/+249
|
* * merge local changes with updated masterFrank Herchet2012-02-092-0/+43
|
* * TelnetServer Implementation.Grape R52012-02-082-0/+59
* TelnetServerTest Implementation