Made all DBusTypes take Service in the constructor because Array also needed it in...
authorOwen Fraser-Green <owen@discobabe.net>
Wed, 24 Mar 2004 13:15:20 +0000 (13:15 +0000)
committerOwen Fraser-Green <owen@discobabe.net>
Wed, 24 Mar 2004 13:15:20 +0000 (13:15 +0000)
commitf33453896716e69cacd0d065b7cc633258678946
treeed10e70ef8b1cb259a5d58afa276ef1ba94af56c
parent93aa62035612121523adf1ba47c27dd22866cb25
Made all DBusTypes take Service in the constructor because Array also needed it in the case of an array of OBJECT_PATH objects.
16 files changed:
mono/Arguments.cs
mono/DBusType/Array.cs
mono/DBusType/Boolean.cs
mono/DBusType/Byte.cs
mono/DBusType/Custom.cs
mono/DBusType/Dict.cs
mono/DBusType/Double.cs
mono/DBusType/Int32.cs
mono/DBusType/Int64.cs
mono/DBusType/Nil.cs
mono/DBusType/ObjectPath.cs
mono/DBusType/String.cs
mono/DBusType/UInt32.cs
mono/DBusType/UInt64.cs
mono/ProxyBuilder.cs
mono/Service.cs