summaryrefslogtreecommitdiffstats
path: root/mono/example/BusListener.cs
Commit message (Collapse)AuthorAgeFilesLines
* 2004-09-28 Jon Trowbridge <trow@ximian.com>Jon Trowbridge2004-09-291-0/+44
* mono/BusDriver.cs: Changed BusDriver struct to remove the ServiceCreated and ServiceDeleted events and replace them with the new ServiceOwnerChanged event. * mono/example/BusListener.cs: Added a new example program, which listens for and reports any ServiceOwnerChanged events on the bus driver. * mono/example/Makefile.am (DESTDIR): Build changes for the new BusListener.cs example.