Added NotificationQueue::remove function

This includes appropriate tests, which pass on my Mac 10.4 machine
This commit is contained in:
Mazyad Alabduljaleel
2015-08-06 14:13:11 +04:00
parent e438061ce7
commit 5cff648eea
4 changed files with 42 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ public:
void testWaitDequeue();
void testThreads();
void testDefaultQueue();
void testQueueRemove();
void setUp();
void tearDown();