diff options
author | 2016-11-04 18:00:09 +0100 | |
---|---|---|
committer | 2016-11-04 18:02:41 +0100 | |
commit | cc9cff362217fc60f01b47d68d3e57466e707133 (patch) | |
tree | f46d897e435f5a70cae18047b3e7b6c47fcce9fb | |
parent | 88258b7f61c2c2c1e61d6fd6cbbb5f1ea489a6e2 (diff) |
avoiding reserved keywords
Change-Id: I2d5eb487b5dc5f494ce21c7d70bb5597bc18e12e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | interfaces/afm-user-daemon.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/afm-user-daemon.xml b/interfaces/afm-user-daemon.xml index f243732..5a123e1 100644 --- a/interfaces/afm-user-daemon.xml +++ b/interfaces/afm-user-daemon.xml @@ -17,11 +17,11 @@ <arg name="in" type="s" direction="in"/> <arg name="out" type="s" direction="out"/> </method> - <method name="stop"> + <method name="pause"> <arg name="in" type="s" direction="in"/> <arg name="out" type="s" direction="out"/> </method> - <method name="continue"> + <method name="resume"> <arg name="in" type="s" direction="in"/> <arg name="out" type="s" direction="out"/> </method> |