diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-07 01:31:51 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-07 01:31:51 +0100 |
| commit | 49c20eb7e2933ae6e9e4337fc0fe9b49a39efde8 (patch) | |
| tree | b12ba4e901ac602ce9f3b7cc003de4dd663e8200 /daemon/watchconnector.h | |
| parent | c7804f23412c14d6252bee6deb904d59ced835e2 (diff) | |
add bankmanager and ability to unload apps
Diffstat (limited to 'daemon/watchconnector.h')
| -rw-r--r-- | daemon/watchconnector.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h index 6c7fdd4..a5fe1ea 100644 --- a/daemon/watchconnector.h +++ b/daemon/watchconnector.h @@ -107,6 +107,7 @@ public: }; enum AppManager { appmgrGET_APPBANK_STATUS = 1, + appmgrREMOVE_APP = 2, appmgrGET_APPBANK_UUIDS = 5 }; enum AppMessage { @@ -179,9 +180,6 @@ public: static QString timeStamp(); static QString decodeEndpoint(uint val); - void getAppbankStatus(const std::function<void(const QString &s)>& callback); - void getAppbankUuids(const std::function<void(const QList<QUuid> &uuids)>& callback); - signals: void messageReceived(uint endpoint, const QByteArray &data); void nameChanged(); |
