summaryrefslogtreecommitdiff
path: root/tests/test-resource-engine/test-resource-engine.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-09 12:07:31 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-09 12:14:46 +0200
commit381719b9a0adb8553a041633aed943f5ef48a1ff (patch)
tree6c5db8b6a7342dee77b1e1a010a6618fd824714f /tests/test-resource-engine/test-resource-engine.h
parent6751c585385f017d08540bbe121606d642afb220 (diff)
Restructured libresourceqt includes, updated debianpackages to soversion=1.
Fixed ResourceEngine to work with the new Resource object.
Diffstat (limited to 'tests/test-resource-engine/test-resource-engine.h')
-rw-r--r--tests/test-resource-engine/test-resource-engine.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/test-resource-engine/test-resource-engine.h b/tests/test-resource-engine/test-resource-engine.h
index 5484a05..5e7a79b 100644
--- a/tests/test-resource-engine/test-resource-engine.h
+++ b/tests/test-resource-engine/test-resource-engine.h
@@ -9,16 +9,16 @@ using namespace ResourcePolicy;
class TestResourceEngine: public QObject
{
Q_OBJECT
- friend resconn_t* resproto_init(resproto_role_t, resproto_transport_t, ...);
private:
ResourceEngine *resourceEngine;
- ResourceSet *resourceSet;
- Resource audioPlayback;
- Resource videoPlayback;
- Resource audioRecorder;
- Resource videoRecorder;
+ AudioResource *audioPlayback;
+ VideoResource *videoPlayback;
+ AudioRecorderResource *audioRecorder;
+ VideoRecorderResource *videoRecorder;
bool libresourceInitialized;
public:
+ ResourceSet *resourceSet;
+
TestResourceEngine();
~TestResourceEngine();
public slots: