From 8056390e00ca6576323d6c41a4dc725bcba9b527 Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Sat, 3 Apr 2004 22:00:40 +0000 Subject: Made proxy DLL names unique --- mono/Handler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mono/Handler.cs') diff --git a/mono/Handler.cs b/mono/Handler.cs index be03dc5e..000a7886 100644 --- a/mono/Handler.cs +++ b/mono/Handler.cs @@ -72,7 +72,7 @@ namespace DBus pathName = pathName.TrimStart('/'); this.path = pathName.Split('/'); this.pathName = "/" + pathName; - + // Create the vTable and register the path vTable = new DBusObjectPathVTable(new DBusObjectPathUnregisterFunction(Unregister_Called), new DBusObjectPathMessageFunction(Message_Called)); -- cgit