]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/HostNameResolver.cs
get rid of a lot of old svn cruft
[catta] / avahi-sharp / HostNameResolver.cs
index 81305fd778efd9c35b4ee3bdc7591b2e802d8de8..b9fe7f4348e8da6aac2e363efd0d70ecf36cbab6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /***
   This file is part of avahi.
 
@@ -49,7 +47,7 @@ namespace Avahi
 
         private ArrayList foundListeners = new ArrayList ();
         private ArrayList timeoutListeners = new ArrayList ();
-        
+
         [DllImport ("avahi-client")]
         private static extern IntPtr avahi_host_name_resolver_new (IntPtr client, int iface, Protocol proto,
                                                                    byte[] hostname, Protocol aproto, LookupFlags flags,
@@ -69,7 +67,7 @@ namespace Avahi
                 Stop (false);
             }
         }
-        
+
         public event EventHandler Timeout
         {
             add {