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-04-27 09:42:03 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-04-27 09:42:03 +0300
commitee5ed8f33d6060c9eb041cacb54f31c2cb1da067 (patch)
treebf06a93541eed2751d34c3616e2432b88933df43 /tests/test-resource-engine/test-resource-engine.h
parent3a5be2e8aff1c1bdd6406904307a7b3b7a062d38 (diff)
Added mutexes to make all libresourceqt usage atomic
Diffstat (limited to 'tests/test-resource-engine/test-resource-engine.h')
-rw-r--r--tests/test-resource-engine/test-resource-engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-resource-engine/test-resource-engine.h b/tests/test-resource-engine/test-resource-engine.h
index 5398a72..ddefbea 100644
--- a/tests/test-resource-engine/test-resource-engine.h
+++ b/tests/test-resource-engine/test-resource-engine.h
@@ -34,6 +34,7 @@ public slots:
private slots:
void init();
+ void cleanup();
void testConnect();
void testDisconnect();
@@ -48,6 +49,8 @@ private slots:
void testRegisterAudioProperties_data();
void testRegisterAudioProperties();
+
+ void testMultipleInstences();
};
#endif