summaryrefslogtreecommitdiff
path: root/libresourceqt/src/resource-engine.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-18 12:52:29 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-18 12:52:29 +0200
commita36aef2b7c5128785a60213a6607191a8bfb1ecf (patch)
treeadd37ed9e8b7172dd5df4fab24a4333a0dd7116c /libresourceqt/src/resource-engine.h
parentfdb67c341fcb9ea0ae29a7889227ded6ac66a362 (diff)
astyled the code
Diffstat (limited to 'libresourceqt/src/resource-engine.h')
-rw-r--r--libresourceqt/src/resource-engine.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libresourceqt/src/resource-engine.h b/libresourceqt/src/resource-engine.h
index b1fec70..594a20b 100644
--- a/libresourceqt/src/resource-engine.h
+++ b/libresourceqt/src/resource-engine.h
@@ -36,7 +36,7 @@ public:
bool updateResources();
bool registerAudioPid(quint32 pid);
- bool registerAudioStreamTag(const QString &streamName);
+ bool registerAudioStreamTag(const QString &name, const QString &value);
bool registerAudioGroup(const QString &);
void handleConnectionIsUp();
@@ -58,7 +58,7 @@ signals:
void disconnectedFromManager();
private:
-
+
bool connected;
ResourceSet *resourceSet;
DBusConnection *dbusConnection;
@@ -68,6 +68,8 @@ private:
quint32 requestId;
QMap<quint32, resmsg_type_t> messageMap;
quint32 connectionMode;
+
+ bool sendAudioMessage(resmsg_t *message);
};
}