summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerInner.h
Commit message (Collapse)AuthorAgeFilesLines
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-23/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-081-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-3/+4
| | | | | | | | 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-1/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-071-100/+1
| | | | | | | | 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>
* preparatory cleanupsDenys Vlasenko2009-08-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rework commlayerinner usageZdenek Prikryl2009-04-291-0/+5
| | | | new lock method in debugdump
* new commlayerinner interfaceZdenek Prikryl2009-04-281-46/+86
|
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-241-50/+52
|
* Added intercomm layer so plugins can send various information to the daemon.Jiri Moskovcak2009-04-231-0/+63