From cdb0101474d99449467c3aa1421ed0e30b5196d6 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sat, 4 Sep 2010 16:15:22 +0200 Subject: [PATCH] Rename namespaces Rename namespaces from NDesk.DBus to DBus and from NDesk.GLib to DBus.GLib. --- src/GLib.IO.cs | 2 +- src/GLib.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GLib.IO.cs b/src/GLib.IO.cs index d85d7df..85c24bb 100644 --- a/src/GLib.IO.cs +++ b/src/GLib.IO.cs @@ -6,7 +6,7 @@ using System; using System.Collections; using System.Runtime.InteropServices; -namespace NDesk.GLib +namespace DBus.GLib { /* Specifies the type of function which is called when a data element is destroyed. It is passed the pointer to the data element and should free any memory and resources allocated for it. diff --git a/src/GLib.cs b/src/GLib.cs index ccfdfc4..d45a4b9 100644 --- a/src/GLib.cs +++ b/src/GLib.cs @@ -3,11 +3,11 @@ // See COPYING for details using System; -using NDesk.DBus; -using NDesk.GLib; +using DBus; +using DBus.GLib; using org.freedesktop.DBus; -namespace NDesk.DBus +namespace DBus { //FIXME: this API needs review and de-unixification. It is horrid, but gets the job done. public static class BusG