summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joe@novell.com>2005-03-13 02:15:09 +0000
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-06-28 08:15:41 -0400
commit519e42b0052c1de5fbbc30f34839dff602e2d4f6 (patch)
treeb2a08085ffcb29aa74245f2315a8fa414d6216ca
parent8bf867439356f15c69b2b69f85f5d20d2a2e248d (diff)
2005-03-12 Joe Shaw <joeshaw@novell.com>
* mono/BusDriver.cs: Update method names: ListServices becomes ListNames; GetOwner becomes GetNameOwner.
-rw-r--r--mono/BusDriver.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/BusDriver.cs b/mono/BusDriver.cs
index b5885a3..4e9b7af 100644
--- a/mono/BusDriver.cs
+++ b/mono/BusDriver.cs
@@ -11,10 +11,10 @@ namespace DBus
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);