src/com/beem/project/beem/service/aidl/IRoster.aidl
changeset 425 2e33fad3ec98
parent 267 ab5493f08c57
child 443 97c8c32b61d0
--- a/src/com/beem/project/beem/service/aidl/IRoster.aidl	Thu Oct 01 16:57:07 2009 +0200
+++ b/src/com/beem/project/beem/service/aidl/IRoster.aidl	Thu Oct 01 17:23:21 2009 +0200
@@ -8,7 +8,7 @@
     
     Contact addContact(in String user, in String name, in String[] groups);
     
-    void deleteContact(in Contact contact, in String group);
+    void deleteContact(in Contact contact);
     
     Contact getContact(in String jid);
     void setContactName(in String jid, in String name);