diff options
author | James Willcox <snopr@snorp.net> | 2006-01-12 02:06:33 +0000 |
---|---|---|
committer | James Willcox <snopr@snorp.net> | 2006-01-12 02:06:33 +0000 |
commit | 6cc9575148671ed743b86687b0d7e1b876a99114 (patch) | |
tree | 7c0a285322ac258a156baa3fd1b74fffd514a825 /avahi-sharp | |
parent | 3b95a93e59997c56d75f26fffcdad5b9006d71c5 (diff) | |
download | avahi-6cc9575148671ed743b86687b0d7e1b876a99114.tar.gz |
don't use deprecated API in Mono.Unix
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1072 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-sharp')
-rw-r--r-- | avahi-sharp/Client.cs | 1 | ||||
-rw-r--r-- | avahi-sharp/Utility.cs | 2 | ||||
-rw-r--r-- | avahi-sharp/avahi-sharp-docs.source | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/avahi-sharp/Client.cs b/avahi-sharp/Client.cs index 4e19fab..be9deff 100644 --- a/avahi-sharp/Client.cs +++ b/avahi-sharp/Client.cs @@ -25,6 +25,7 @@ using System.Threading; using System.Collections; using System.Runtime.InteropServices; using Mono.Unix; +using Mono.Unix.Native; namespace Avahi { diff --git a/avahi-sharp/Utility.cs b/avahi-sharp/Utility.cs index 819e37c..e088e24 100644 --- a/avahi-sharp/Utility.cs +++ b/avahi-sharp/Utility.cs @@ -24,7 +24,7 @@ using System.Net; using System.Text; using System.Runtime.InteropServices; using Mono.Unix; - +using Mono.Unix.Native; namespace Avahi { diff --git a/avahi-sharp/avahi-sharp-docs.source b/avahi-sharp/avahi-sharp-docs.source index 9757b82..f3b3c75 100644 --- a/avahi-sharp/avahi-sharp-docs.source +++ b/avahi-sharp/avahi-sharp-docs.source @@ -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> |