summaryrefslogtreecommitdiffstats
path: root/bus/bus.h
Commit message (Collapse)AuthorAgeFilesLines
* 2003-03-13 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-03-131-0/+2
| | | | | * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c: set up a test framework as for the library
* 2003-03-12 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-03-131-0/+48
Throughout: purge global variables, introduce BusActivation, BusConnections, BusRegistry, etc. objects instead. * bus/bus.h, bus/bus.c: introduce BusContext as a global message bus object * test/Makefile.am (TEST_BINARIES): disable bus-test for now, going to redo this a bit differently I think