summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorUlisses Furquim <ulissesf@gmail.com>2006-10-26 16:26:07 +0000
committerUlisses Furquim <ulissesf@gmail.com>2006-10-26 16:26:07 +0000
commit8aaddbadec2ce6680e258a7d674c6d16e9d95f13 (patch)
tree77283939210808085aa3e903d526ba329f1c2d91 /hcid
parent9f8d1c90aab3dd84b6f0abc7bb726c0bc79c0f92 (diff)
Remove Name() and Description() methods from ServiceAgent interface
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-api.txt15
1 files changed, 2 insertions, 13 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index d67fd796..d8f7e213 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -1020,13 +1020,11 @@ Methods array{string} GetInterfaceNames()
string GetName()
- This method gets the service name from the service
- agent and returns it.
+ This method returns the service name.
string GetDescription()
- This method gets the service description from the
- service agent and returns it.
+ This method returns the service description.
void Start()
@@ -1130,15 +1128,6 @@ Methods array{string} Interfaces()
daemon does not know anything about these interfaces
so they can be service specific.
- string Name()
-
- This method must return the service name.
-
- string Description()
-
- This method must return a description of which
- service the agent provides.
-
void Start()
This method gets called when the service daemon