| Index: session_manager.xml
|
| diff --git a/session_manager.xml b/session_manager.xml
|
| index 5e94198f43b09bdb7796485b22c0fc164b1dbf8f..bdb2799c11557c19c8fe5d9a63ad49baf7bcc5d5 100644
|
| --- a/session_manager.xml
|
| +++ b/session_manager.xml
|
| @@ -61,6 +61,14 @@
|
| <arg type="s" name="value" direction="out" />
|
| <arg type="ay" name="signature" direction="out" />
|
| </method>
|
| + <method name="StorePolicy">
|
| + <arg type="s" name="policy_blob" direction="in" />
|
| + <arg type="ay" name="signature" direction="in" />
|
| + </method>
|
| + <method name="RetrievePolicy">
|
| + <arg type="s" name="policy_blob" direction="in" />
|
| + <arg type="ay" name="signature" direction="out" />
|
| + </method>
|
| <method name="RestartEntd">
|
| </method>
|
| <signal name="SessionStateChanged">
|
|
|