summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerInner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-69/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-2/+8
| | | | | | I guess it turned out Warning() works just fine. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-081-29/+42
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-271-4/+2
|
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-13/+37
| | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-261-7/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-071-19/+10
| | | | | | | | It had single use site. The class itself is trivial, it just passed messages down to an CObserver. Now we pass messages directly to an CObserver. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added object for commlayerinnerZdenek Prikryl2009-04-291-0/+44
|
* moved files to new inc directoryZdenek Prikryl2009-04-281-57/+0
| | | | removed commlayerinner from lybrary
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-241-20/+49
|
* Added intercomm layer so plugins can send various information to the daemon.Jiri Moskovcak2009-04-231-0/+28