From 1cc184b4a849619b56bed2be0e752fbc0fb75a29 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 22 Jun 2003 22:59:31 +0000 Subject: 2003-06-22 Havoc Pennington * mono/Connection.cs, mono/DBus.cs, mono/Error.cs: Start wrapping more stuff. --- mono/Test.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mono/Test.cs') diff --git a/mono/Test.cs b/mono/Test.cs index ffe7d0a6..e07504d7 100644 --- a/mono/Test.cs +++ b/mono/Test.cs @@ -4,6 +4,9 @@ using System; class Test { static void Main() { DBus.Message m; + DBus.Connection c; + + c = new DBus.Connection ("unix:path=/tmp/foobar"); m = new DBus.Message ("org.freedesktop.Foo", null); -- cgit