summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/ServiceResolver.cs
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2005-11-17 17:55:09 +0000
committerJames Willcox <snopr@snorp.net>2005-11-17 17:55:09 +0000
commit84a9392791c574c56ca148157b8b951851208398 (patch)
tree3faf9ccf41d970b0c686907f9a3a6c93f3c5736d /avahi-sharp/ServiceResolver.cs
parente285034f90e0856d13a441b0e8d355f9b34aa95b (diff)
* Add RecordBrowser.cs
* Make all of the events like "standard" .NET ones git-svn-id: file:///home/lennart/svn/public/avahi/trunk@996 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-sharp/ServiceResolver.cs')
-rw-r--r--avahi-sharp/ServiceResolver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-sharp/ServiceResolver.cs b/avahi-sharp/ServiceResolver.cs
index 4a6a8a0..8dfe520 100644
--- a/avahi-sharp/ServiceResolver.cs
+++ b/avahi-sharp/ServiceResolver.cs
@@ -205,7 +205,7 @@ namespace Avahi
currentInfo = info;
foreach (ServiceInfoHandler handler in foundListeners)
- handler (this, info);
+ handler (this, new ServiceInfoArgs (info));
break;
case ResolverEvent.Failure:
EmitFailure (client.LastError);