]> git.meshlink.io Git - catta/commitdiff
don't use deprecated API in Mono.Unix
authorJames Willcox <snopr@snorp.net>
Thu, 12 Jan 2006 02:06:33 +0000 (02:06 +0000)
committerJames Willcox <snopr@snorp.net>
Thu, 12 Jan 2006 02:06:33 +0000 (02:06 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1072 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-sharp/Client.cs
avahi-sharp/Utility.cs
avahi-sharp/avahi-sharp-docs.source

index 4e19fabfcb2678f4e1f950da39d9326542da70bb..be9deff7491bfb2021faff5b887532bd758d760a 100644 (file)
@@ -25,6 +25,7 @@ using System.Threading;
 using System.Collections;
 using System.Runtime.InteropServices;
 using Mono.Unix;
+using Mono.Unix.Native;
 
 namespace Avahi
 {
index 819e37cd9c5259c34e7004be111e741aa880e412..e088e244667b257c00062798626579dcc317ffb3 100644 (file)
@@ -24,7 +24,7 @@ using System.Net;
 using System.Text;
 using System.Runtime.InteropServices;
 using Mono.Unix;
-
+using Mono.Unix.Native;
 
 namespace Avahi
 {
index 9757b8222e71d66b66d8aeb82e95b62d02e310fd..f3b3c758c39c86731a74b84d718336a4f8614998 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0"?>
 <monodoc>
-  <source provider="ecma" basefile="avahi-sharp-docs" path="various"/>
+  <source provider="ecma" basefile="avahi-sharp-docs" path="various" title="Avahi" />
 </monodoc>