dbus/mono Service.cs,1.7.2.3,1.7.2.4
Joe Shaw
joe at freedesktop.org
Fri Mar 11 10:15:27 PST 2005
Update of /cvs/dbus/dbus/mono
In directory gabe:/tmp/cvs-serv14612/mono
Modified Files:
Tag: dbus-0-23
Service.cs
Log Message:
2005-03-11 Joe Shaw <joeshaw at novell.com>
* NEWS: Update for 0.23.4
* configure.in: Release 0.23.4
Index: Service.cs
===================================================================
RCS file: /cvs/dbus/dbus/mono/Service.cs,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -d -r1.7.2.3 -r1.7.2.4
--- Service.cs 9 Mar 2005 04:35:17 -0000 1.7.2.3
+++ Service.cs 11 Mar 2005 18:15:25 -0000 1.7.2.4
@@ -167,7 +167,10 @@
{
get {
if (this.module == null) {
- this.module = ProxyAssembly.DefineDynamicModule(Name, Name + ".proxy.dll", true);
+ this.module = ProxyAssembly.GetDynamicModule (Name);
+
+ if (this.module == null)
+ this.module = ProxyAssembly.DefineDynamicModule (Name, true);
}
return this.module;
More information about the dbus-commit
mailing list