* mono/BusDriver.cs: Update method names: ListServices
becomes ListNames; GetOwner becomes GetNameOwner.
2005-03-12 Joe Shaw <joeshaw@novell.com>
+ * mono/BusDriver.cs: Update method names: ListServices
+ becomes ListNames; GetOwner becomes GetNameOwner.
+
* mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
onto the eval stack when removing the delegate.
public abstract class BusDriver
{
[Method]
- public abstract string[] ListServices ();
+ public abstract string[] ListNames ();
[Method]
- public abstract string GetOwner (string name);
+ public abstract string GetNameOwner (string name);
[Method]
public abstract UInt32 GetConnectionUnixUser (string connectionName);