From a929c9a3b465db8b7e17b9b39936c612c2621a7c Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 14 Jul 2006 16:20:12 +0000 Subject: * Remove all bindings --- mono/DBusType/IDBusType.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 mono/DBusType/IDBusType.cs (limited to 'mono/DBusType/IDBusType.cs') diff --git a/mono/DBusType/IDBusType.cs b/mono/DBusType/IDBusType.cs deleted file mode 100644 index 447c8208..00000000 --- a/mono/DBusType/IDBusType.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace DBus.DBusType -{ - /// - /// Base class for DBusTypes - /// - public interface IDBusType - { - object Get(); - - object Get(System.Type type); - - void Append(IntPtr iter); - } -} -- cgit