From 0c168e3e1506c9cf5d4cb13189fa284ec0706904 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Wed, 29 Sep 2004 01:46:45 +0000 Subject: 2004-09-28 Jon Trowbridge * 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. --- mono/example/.cvsignore | 1 + 1 file changed, 1 insertion(+) (limited to 'mono/example/.cvsignore') diff --git a/mono/example/.cvsignore b/mono/example/.cvsignore index 9a639215..fb4e561d 100644 --- a/mono/example/.cvsignore +++ b/mono/example/.cvsignore @@ -1,3 +1,4 @@ .deps Makefile.in Makefile +*.exe -- cgit